android/vendor/clap-3.2.6/examples/README.md
Examples
- Basic demo: derive
- Typed arguments: derive
- Custom cargo command: builder, derive
- git-like interface: builder, derive
- Topics:
- Subcommands
- External subcommands
- Optional subcommands
- Default subcommands
- pacman-like interface: builder
- Topics:
- Flag subcommands
- Conflicting arguments
- Escaped positionals with
--
: builder, derive - Multi-call
- repl: builder
- Topics:
- Read-Eval-Print Loops / Custom command lines
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.