Crates.io | clap |
lib.rs | clap |
version | 4.5.48 |
created_at | 2015-03-01 01:17:24.903018+00 |
updated_at | 2025-09-19 20:59:44.727379+00 |
description | A simple to use, efficient, and full-featured Command Line Argument Parser |
homepage | |
repository | https://github.com/clap-rs/clap |
max_upload_size | |
id | 1498 |
size | 261,256 |
Command Line Argument Parser for Rust
Dual-licensed under Apache 2.0 or MIT.
$ cargo add clap
Create your command-line parser, with all of the bells and whistles, declaratively or procedurally.
For more details, see: