Expand description
Structures and utility functions to build the command line interface of yozefu
.
It relies on the clap
crate.
Structs§
Constants§
- APPLICATION_
NAME - Name of the application
Traits§
- Cluster
- Every cluster identifier must implement this trait to be used in the command line.
- Parser
- Parse command-line arguments into
Self
.
Functions§
Derive Macros§
- Parser
- Generates the
Parser
implementation.