clap/examples
2021-12-13 22:34:08 +08:00
..
derive_ref examples: Fix typo 2021-12-13 22:34:08 +08:00
tutorial_builder docs: Fix copy paste error in example 2021-12-13 11:41:12 +01:00
tutorial_derive docs: Link correct example 2021-12-08 01:27:18 +00:00
demo.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
demo.rs docs: Fix reference to feature flags 2021-12-08 19:25:48 -06:00
escaped_positional.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
escaped_positional.rs docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
escaped_positional_derive.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
escaped_positional_derive.rs docs: Fix reference to feature flags 2021-12-08 19:25:48 -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: Call out features used in root examples 2021-12-08 16:46:49 -06:00
git_derive.rs docs: Fix reference to feature flags 2021-12-08 19:25:48 -06:00
keyvalue_derive.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
keyvalue_derive.rs docs: Fix reference to feature flags 2021-12-08 19:25:48 -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: Fix the pacman-like interface example link 2021-12-11 22:22:09 +09: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.