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

correct match parsed flag when it has same shortname with subcommand #87

Open yougg opened 2 years ago

yougg commented 2 years ago

fix #84

yougg commented 2 years ago

fix #85