integrii / flaggy

Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required project or package layout and no external dependencies.
The Unlicense
858 stars 30 forks source link

When user's assign a version or help flag, they are ineffectual #21

Closed integrii closed 6 years ago

integrii commented 6 years ago

If the user specifies -h, --help, -v, or --version when those flags are enabled on the parser, flaggy should throw a helpful warning instructing them to either disable the built-in flag or change their flag name.