clap/examples
2021-12-07 21:22:12 -06:00
..
derive_ref docs: Guide people to missing_docs lint 2021-12-07 21:22:12 -06:00
tutorial_builder fix: Gracefully handle empty authors 2021-12-06 11:30:26 -06:00
tutorial_derive fix: Gracefully handle empty authors 2021-12-06 11:30:26 -06:00
demo.md docs: Simplify demo 2021-12-07 17:45:57 -06:00
demo.rs docs: Simplify demo 2021-12-07 17:45:57 -06:00
escaped_positional.md fix: Gracefully handle empty authors 2021-12-06 11:30:26 -06:00
escaped_positional.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
escaped_positional_derive.md fix: Gracefully handle empty authors 2021-12-06 11:30:26 -06:00
escaped_positional_derive.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
git.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
git.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
git_derive.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
git_derive.rs docs: Iterate on examples from writing ref docs 2021-12-01 14:30:51 -06:00
keyvalue_derive.md docs: Add key-value derive example 2021-12-07 19:01:55 -06:00
keyvalue_derive.rs docs: Add key-value derive example 2021-12-07 19:01:55 -06:00
multicall_busybox.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
multicall_busybox.rs docs: Highlight subxcommand help heading 2021-12-07 17:45:57 -06:00
multicall_hostname.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
multicall_hostname.rs docs: Highlight subxcommand help heading 2021-12-07 17:45:57 -06:00
pacman.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
pacman.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
README.md docs: Add key-value derive example 2021-12-07 19:01:55 -06:00

Examples

Contributing

New examples:

  • Building: They must be added to Cargo.toml with the appropriate required-features.
  • Testing: Ensure there is a markdown file with trycmd syntax
  • Link the .md file from here

See also the general CONTRIBUTING.