clap/examples
2021-12-06 11:30:26 -06:00
..
derive_ref docs: Add Derive API reference 2021-12-01 21:23:06 -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 fix: Gracefully handle empty authors 2021-12-06 11:30:26 -06:00
demo.rs docs: Iterate on examples from writing ref docs 2021-12-01 14:30:51 -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
multicall_busybox.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
multicall_busybox.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
multicall_hostname.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
multicall_hostname.rs docs: Re-work examples 2021-11-30 21:33:52 -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: Re-work examples 2021-11-30 21:33:52 -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.