Lines Matching full:cargo
1 For more on creating a custom subcommand, see [the cargo
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
4 mimicking cargo's interface.
8 $ cargo-example-derive --help
9 Usage: cargo <COMMAND>
18 $ cargo-example-derive example-derive --help
21 Usage: cargo example-derive [OPTIONS]
32 $ cargo-example-derive example-derive
35 $ cargo-example-derive example-derive --manifest-path Cargo.toml
36 Some("Cargo.toml")