clap/examples
omjadas 86c83d296f
feat: Add default_value_os_t (#3333)
The order of suffixes allows us to preserve the original builder function name.

This is a part of #2813
2022-01-24 15:32:21 -06:00
..
derive_ref feat: Add default_value_os_t (#3333) 2022-01-24 15:32:21 -06:00
tutorial_builder docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
tutorial_derive docs(derive): Link tutorial to reference 2022-01-11 14:22:54 -06:00
cargo-example-derive.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
cargo-example-derive.rs docs(examples): Steer people to know about about vs long_about 2022-01-10 18:47:24 -06:00
cargo-example.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
cargo-example.rs docs(examples): Add cargo subcommand example 2021-12-15 12:07:29 -06:00
demo.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
demo.rs docs(examples): Steer people to know about about vs long_about 2022-01-10 18:47:24 -06:00
escaped-positional-derive.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
escaped-positional-derive.rs docs(examples): Steer people to know about about vs long_about 2022-01-10 18:47:24 -06:00
escaped-positional.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
escaped-positional.rs refactor(examples): Change naming style 2021-12-15 11:12:18 -06:00
git-derive.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
git-derive.rs docs(examples): Steer people to know about about vs long_about 2022-01-10 18:47:24 -06:00
git.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
git.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
keyvalue-derive.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
keyvalue-derive.rs refactor(examples): Change naming style 2021-12-15 11:12:18 -06:00
multicall-busybox.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
multicall-busybox.rs refactor(examples): Change naming style 2021-12-15 11:12:18 -06:00
multicall-hostname.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
multicall-hostname.rs refactor(examples): Change naming style 2021-12-15 11:12:18 -06:00
pacman.md docs: Fix messed up highlighting 2022-01-05 11:53:06 -06:00
pacman.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
README.md docs(examples): Add cargo subcommand example 2021-12-15 12:07:29 -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.