0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do not complete hidden flags More... almost 8 years ago
Execute CommandHandler also if there is no command to run More... almost 8 years ago
Add Parser.CommandHandler to run before executing a command More... almost 8 years ago
fixed boolean flag not being set with tag ini-override More... about 8 years ago
fixed boolean flag not being set with tag ini-override More... about 8 years ago
fixed boolean flag not being set with tag ini-override More... about 8 years ago
added ini-override option More... about 8 years ago
added ini-override option More... about 8 years ago
Fix error message for invalid use of default tag More... about 8 years ago
Merge pull request #161 from zyga/skip-help-2 More... about 8 years ago
Do not allow default tag on boolean flags More... about 8 years ago
- added Option.Field() method to recover the struct field associated with the option - added Option.IsSetDefault() to help distinguish cases where the option was really set or set with default values More... about 8 years ago
- added Option.Field() method to recover the struct field associated with the option - added Option.IsSetDefault() to help distinguish cases where the option was really set or set with default values More... about 8 years ago
- added Option.Field() method to recover the struct field associated with the option - added Option.IsSetDefault() to help distinguish cases where the option was really set or set with default values More... about 8 years ago
Don't display description-less positional args in --help More... about 8 years ago
Merge pull request #158 from sqs/ini-flag-equiv More... about 8 years ago
ini: allow specifying group opts directly on subcommands More... about 8 years ago
Merge pull request #156 from sourcegraph/go16-embedded-unexported-fields More... over 8 years ago
Parse unexported embedded option struct fields in Go 1.6 (consistent w/pre-Go 1.6) More... over 8 years ago
Merge pull request #153 from stevenwilkin/patch-1 More... over 8 years ago
Highlight code examples as Go More... over 8 years ago
Merge pull request #152 from cppforlife/err_check_before_subc More... over 8 years ago
check err before using subc More... over 8 years ago
Add FindOptionByLongName and FindOptionByShortName More... over 8 years ago
Add doc for required rest positional arguments More... over 8 years ago
Add required minimum rest arguments constraint More... over 8 years ago
Do not apply defaults if option value was set from ini More... over 8 years ago
Merge _private files More... over 8 years ago
Clear slice and map option values before set the first time More... over 8 years ago
Add hidden tests More... over 8 years ago