Skip to main content

Crate romm_cli

Crate romm_cli 

Source
Expand description

Library root for romm-cli: HTTP client, CLI/TUI frontends, and shared core.

Modulesยง

client
HTTP client wrapper around the ROMM API.
commands
Top-level CLI command handling.
config
Configuration and authentication for the ROMM client.
core
Frontend-agnostic core modules.
endpoints
frontend
Frontend routing helpers.
services
Small service objects that wrap RommClient for higher-level operations.
tui
Terminal UI module.
types