mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 15:43:54 +00:00
befee6667b
This creates distinct tutorial examples from complex feature examples (more how-tos). Both sets are getting builder / derive versions (at least the critical ones).
683 B
683 B
Examples
- Basic demo: 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.