master
fix(derive): Match rustc's error style
style: Make clippy happy
docs(derive): Specify arg_required_else_help is set for users
fix(help): Correctly calculate padding for short-only args
doc(fix typo): add missing "l" in "toml"
fix(help): Remove extraneous text from built-ins
docs(cookbook): Style cargo plugin
chore: Update from template
fix(error): Try to soften unexpected argument/value errors
docs(tutorial): Don't cover 'author' as its not shown
fix: Make `arg!(--flag <value>)` optional by default
Revert "feat(help): Only print short when required"
docs(cookbook): Clarify intent of fake flags
fix(help): Align mixed argument types
feat(help): Allow controlling flattening
fix: Switch to owned types
fix!: Remove App alias for Command
feat(multicall): Stablize multicall
docs: Highlight notes/warnings in a block
fix: Format chained method
chore: Inline simple non-mixed format args