argsparse
A minimal and flexible argument parser for command-line applications, written in Rust.
📦 Features
- Simple parsing of flags, options, and positional arguments
- Convenient trait-based API for extracting values
- Supports
--, short-fand long--flagforms - Works with slices of
&str(no global state)
🚀 Getting Started
Add to your Cargo.toml:
[]
= "0.1"