clap 4.1.9

A simple to use, efficient, and full-featured Command Line Argument Parser
Documentation
//! # Example: cargo subcommand (Derive API)
//!
//! ```rust
#![doc = include_str!("../../examples/cargo-example-derive.rs")]
//! ```
//!
#![doc = include_str!("../../examples/cargo-example-derive.md")]