aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
887 stars 123 forks source link

Don't return error (1) when showing version / help #74

Closed tiktuk closed 5 years ago

tiktuk commented 5 years ago

I'm trying to package rmate-sh for homebrew and I test the correct installation of it by running mate --version. This returns 1 however, which homebrew's test assertion considers an error (which is standard). This pr makes it return the expected 0 instead since no errors happened ☺️ .

aurora commented 5 years ago

Makes sense ... thanks for the pull-request and i am looking forward to the homebrew package :-)