clap/src
Ed Page cebbb5c40e chore: Silence bad clippy lint
While in some cases "branches-sharing-code" might catch bugs, it overall encourages a form
of DRY that leads to bad code.  In this specific case, it is relying on
the implementation detail of the formatting of each branch being the
same.  If the `'` wasn't part of it, I could see it being about a shared
`?` to go with the shared start of the question.
2021-10-23 10:06:38 -05:00
..
build docs: fix affect/effect usage 2021-10-21 19:29:08 +11:00
output feat(doc): Fix many typos in docs, comments and codes found by typos-cli 2021-10-19 10:38:22 +09:00
parse fix!: Rename ArgValue to PossibleValue 2021-10-19 10:10:37 -05:00
util fix!: Make color settings an enum 2021-10-13 13:54:44 +01:00
derive.rs fix!: Rename ArgValue to PossibleValue 2021-10-19 10:10:37 -05:00
lib.rs chore: Silence bad clippy lint 2021-10-23 10:06:38 -05:00
macros.rs fix: Ease clap2->clap3 migration with deprecations 2021-10-15 14:19:16 -05:00
mkeymap.rs perf: Reduce allocations on 'args' 2021-10-18 16:14:31 -05:00