clap (4.6.0)
Published 2026-03-26 10:31:46 +00:00 by siennathesane
Installation
[registry]
default = "gitea"
[registries.gitea]
index = "sparse+ " # Sparse index
# index = " " # Git
[net]
git-fetch-with-cli = truecargo add clap@4.6.0About this package
A simple to use, efficient, and full-featured Command Line Argument Parser
clap
Command Line Argument Parser for Rust
Dual-licensed under Apache 2.0 or MIT.
Get Started
$ cargo add clap
About
Create your command-line parser, with all of the bells and whistles, declaratively or procedurally.
For more details, see:
Sponsors
Gold
Silver
Bronze
Backer
Dependencies
| ID | Version |
|---|---|
| clap_builder | =4.6.0 |
| clap_derive | =4.6.0 |
| automod | ^1.0.16 |
| clap-cargo | ^0.15.2 |
| jiff | ^0.2.23 |
| rustversion | ^1.0.22 |
| semver | ^1.0.27 |
| shlex | ^1.3.0 |
| snapbox | ^1.1.0 |
| trybuild | ^1.0.116 |
| trycmd | ^1.1.1 |
Keywords
argument
cli
arg
parser
parse