Registry / cli / arguments

arguments

JSON →
library0.8.0rscratesunverified

Parse command-line arguments with a simple interface.

# Cargo.toml [dependencies] arguments = "0.8.0"
INSTALL
IMPORT
SIG · ARGUMENTS
A
arguments
clirustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parser
use arguments::Parser;

Parse command-line arguments using the Arguments parser.

use arguments::Parser; fn main() { let parser = Parser::new(); let matches = parser.parse(); println!("{:?}", matches); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Meta
1
Resources
arguments — cargo add arguments · libregistry