Skip to main content

Module commands

Module commands 

Source
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§

api
download
init
Interactive romm-cli init — writes user-level romm-cli/.env.
platforms
print
roms
update

Structs§

Cli
Top-level CLI entrypoint for romm-cli.

Enums§

Commands
All top-level commands supported by the CLI.
OutputFormat
How a command should format its output.

Functions§

run