clap 4.0.13

A simple to use, efficient, and full-featured Command Line Argument Parser
Documentation
//! # Example: Command REPL (Builder API)
//!
//! ```rust
#![doc = include_str!("../../examples/repl.rs")]
//! ```