Lines Matching +full:crate +full:- +full:example
2 book](https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands).
3 The crate [`clap-cargo`](https://github.com/crate-ci/clap-cargo) can help in
8 $ cargo-example-derive --help
12 example-derive A simple to use, efficient, and full-featured Command Line Argument Parser
16 -h, --help Print help
18 $ cargo-example-derive example-derive --help
19 A simple to use, efficient, and full-featured Command Line Argument Parser
21 Usage: cargo example-derive [OPTIONS]
24 --manifest-path <MANIFEST_PATH>
25 -h, --help Print help
26 -V, --version Print version
32 $ cargo-example-derive example-derive
35 $ cargo-example-derive example-derive --manifest-path Cargo.toml