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

Rename public functions to simpler verions #13

Closed integrii closed 6 years ago

integrii commented 6 years ago

Renaming all primary public functions to simpler format. Fixed one bug along the way involving flags not being properly being identified as bool flags when the bool flag was assigned to the parser.

Example changes: