mirror of
https://github.com/clap-rs/clap
synced 2024-11-14 16:47:21 +00:00
830 B
830 B
Examples
- Basic demo: derive
- Key-value pair arguments: derive
- Custom cargo command: builder, derive
- git-like interface: builder, derive
- pacman-like interface: builder
- Escaped positionals with
--
: builder, derive - Multi-call
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.