Highlights
- 118 discussions answered
Pinned
1,077 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 37 commits in 2 repositories
Created a pull request in clap-rs/clap that received 11 comments
Opened 4 other pull requests in 1 repository
Reviewed 25 pull requests in 4 repositories
clap-rs/clap
21 pull requests
- fix typo
-
Make
overrides_withworking whenMultipleValuesis enabled. -
num_valsis now constructed fromval_namesin only one place instead of two - fix!: value_name/value_names should not append
-
Make
value_delimiteracceptcharrather thanString -
Tweak
ArgsNegateSubcommands's doc - test: Cover external subcommand updates
- feat(derive): Specify defaults by native expressions
- Hide help heading when all args are hidden
- Derive doc clap ordering for multiple Clap
- fix: Provide path to avoid UTF-8 panics
- feat(parser): accept boolean literal with env vars
-
Fix some work on
ArgStr -
Optimize
ArgStr - Parser refactor
- fmt::write -> push_str
-
docs(example): clarify
stop_parsing_with_-- -
fix(style): eliminate several
clippywarnings -
Make
multiple_valuesfalsewith derivedOption<Option<...>> - fix(parser): Ban long flags with literals
- Use llvm-cov for more accurate coverage report