Skip to main content

Module cli

Module cli 

Source
Expand description

Command-line argument definitions.

Structs§

Cli
Top-level parsed command line.

Enums§

FirewallAction
Actions under the firewall subcommand.
NetworkAction
Actions under the network subcommand.
PackagesAction
Actions under the packages subcommand.
ServicesAction
Actions under the services subcommand.
TopCommand
The top-level subcommands fez accepts.

Functions§

command
The fully enriched clap command (registry long-about and examples injected).
parse_or_render
Parse argv to a Cli, or render a clap error and return the exit code.
raw_command
The derived clap command tree before registry enrichment.