Crate yozefu_command

Source
Expand description

Structures and utility functions to build the command line interface of yozefu. It relies on the clap crate.

Structs§

Cli
CLI parser
TuiError
Wrapper of around the lib::Error struct.

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§

read_config

Derive Macros§

Parser
Generates the Parser implementation.