diff options
Diffstat (limited to 'vendor/clap/src/_cookbook/cargo_example.rs')
-rw-r--r-- | vendor/clap/src/_cookbook/cargo_example.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/clap/src/_cookbook/cargo_example.rs b/vendor/clap/src/_cookbook/cargo_example.rs new file mode 100644 index 0000000..ec5d582 --- /dev/null +++ b/vendor/clap/src/_cookbook/cargo_example.rs @@ -0,0 +1,7 @@ +//! # Example: cargo subcommand (Builder API) +//! +//! ```rust +#![doc = include_str!("../../examples/cargo-example.rs")] +//! ``` +//! +#![doc = include_str!("../../examples/cargo-example.md")] |