Expand description
Prototype of a command line argument parser with several opposite design goals from clap.
⚠️ This project is in alpha stage and is not ready for production yet. The API is subject to change. Feedbacks are welcome.
See repository README for details.
TODO: Documentations.
Structs§
Traits§
- Parser
- Top-level command interface.
Type Aliases§
Derive Macros§
- Args
- Derive macro for a composable collection of CLI arguments.
- Parser
- Derive macro generating top-level
Parserimplementation. - Subcommand
- Derive macro for a composable enum of CLI subcommands.
- Value
Enum - Derive macro for enums parsable from argument values.