Crate palc

Crate palc 

Source
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§

Error

Traits§

Parser
Top-level command interface.

Type Aliases§

Result

Derive Macros§

Args
Derive macro for a composable collection of CLI arguments.
Parser
Derive macro generating top-level Parser implementation.
Subcommand
Derive macro for a composable enum of CLI subcommands.
ValueEnum
Derive macro for enums parsable from argument values.