summaryrefslogtreecommitdiffstats
path: root/vendor/clap/src/_cookbook/git_derive.rs
blob: d3119736de24d9e4cfc1f98aff9063aecc08f472 (plain)
1
2
3
4
5
6
7
//! # Example: git-like CLI (Derive API)
//!
//! ```rust
#![doc = include_str!("../../examples/git-derive.rs")]
//! ```
//!
#![doc = include_str!("../../examples/git-derive.md")]