mgreter/sass2scss

Help and version output from command line tool

Closed this issue · 3 comments

Running ./sass2scss -h should provide short list of allowed options and usage example, while ./sass2scss -v should provide version information, based on possible release numbers or the given commit from which the current binary has been build.

I have PR coming for this...

I have added your commits to my master branch! Thank you!

I was thinking of having something similar what FFmpeg is having with their version.sh which make runs, but might be simpler just to have the version number as a class constant that needs to be manually updated.

http://git.videolan.org/?p=ffmpeg.git;a=blob;f=version.sh;h=92edcb9474ed86d641b2b2252f40f9c80399facb;hb=HEAD