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
856 stars 30 forks source link

refactor ShowHelp into subcommand #89

Open saces opened 1 year ago

saces commented 1 year ago

refactored help into subcommand to allow per subcommand help

see examples/subcommandhelp/main.go for a demo