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§

Args
A group of arguments for composing larger interface.
Parser
Top-level command interface.
Subcommand
A subcommand enum.

Type Aliases§

Result

Derive Macros§

Args
Parser
Subcommand
ValueEnum