Command Line Argument Parser
Clap is a powerful argument parser for Rust applications. It provides automatic help generation, shell completions, and rich error messages.
Features:
- Auto-generated help and version flags
- Shell completions (bash, fish, zsh, PowerShell)
- Rich error messages
- Derive and builder APIs
- Subcommands support
Usage:
cargo run -- --help