Expand description
Command-line argument parsing with builder pattern
Windjammer’s std::cli module maps to these functions.
Provides a fluent builder API similar to clap.
Structs§
- AppBuilder
- CLI Application builder
- ArgBuilder
- CLI Argument builder
- CliMatches
- Parsed CLI matches