0
I Use This!
High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
feat(subcommands): allows optionally specifying that no subcommand is an error More... over 10 years ago
imp(usage): usage strings now include parent command requirements More... over 10 years ago
feat(subcommands): subcommands can optionally negate parent requirements More... over 10 years ago
imp(args): allows consumer of clap to decide if empty values are allowed or not More... over 10 years ago
chore(clap): increase version More... over 10 years ago
chore(.travis.yml): builds against stable and nightly More... over 10 years ago
fix(args): `-` can now be parsed as a value for an argument More... over 10 years ago
chore(clap): increase version More... over 10 years ago
feat(macros): arg_enum! and simple_enum! provide a Vec<&str> of variant names More... over 10 years ago
feat(macros): arg_enum! and simple_enum! auto-implement Display More... over 10 years ago
fix(macros): makes macro errors consistent with others More... over 10 years ago
chore(clap): increase version More... over 10 years ago
fix(suggestions): --help and --version now get suggestions More... over 10 years ago
chore(clap): increase version More... over 10 years ago
Merge pull request #115 from kbknapp/dev More... over 10 years ago
fix(usage): groups unfold their members in usage strings More... over 10 years ago
perf(usage): removes unneeded allocations More... over 10 years ago
Merge pull request #113 from kbknapp/dev More... over 10 years ago
chore(Rust): removes use of + with Vec<T> More... over 10 years ago
chore(clap): increase version More... over 10 years ago
fix(usage strings): positional arguments are presented in index order More... over 10 years ago
chore(clap): increase version More... over 10 years ago
tests(run_tests.py): update to new error messages More... over 10 years ago
fix(subcommands): stops parsing multiple values when subcommands are found More... over 10 years ago
im(suggestions): adds suggested arguments to usage strings More... over 10 years ago
refactor(errors): fix error messages More... over 10 years ago
Merge pull request #111 from kbknapp/less-color More... over 10 years ago
tests(run_tests.py): uses new error messages More... over 10 years ago
im(color): reduces color in error messages More... over 10 years ago
chore(clap): increase version More... over 10 years ago