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

Non-flag arguments? #83

Closed batara666 closed 2 years ago

batara666 commented 2 years ago

I'm trying to do this:

mycmd subcmd <random val> -verbose

how can I get the <random val> ? thanks