markbates / grift

Go based task runner
MIT License
432 stars 24 forks source link

Restore intent of the init function #7

Closed ryanfaerman closed 7 years ago

ryanfaerman commented 7 years ago

The init function was setting up the usage for the flag package but it wasn't ever parsing the flags. I believe the intent was to add a simple way to see the version and some basic help text.

I've restored these with two basic sub-commands --version and --help.

markbates commented 7 years ago

Awesome!