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.
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
.