Expand description
Top-level CLI command handling.
The Cli type (derived from clap) describes the public command-line
interface. Each subcommand lives in its own module and is free to use
RommClient directly. The TUI is just another subcommand.
Modules§
Structs§
- Cli
- Top-level CLI entrypoint for
romm-cli.
Enums§
- Commands
- All top-level commands supported by the CLI.
- Output
Format - How a command should format its output.