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
Parse argv through the enriched command. Exits via clap on --help/errors.
raw_command
The derived clap command tree before registry enrichment.