//! # romm-cli
//!
//! Command-line interface for the [RomM](https://github.com/romm-apps/romm) API.
//! Re-exports [`romm_api`] for library consumers that depend on the `romm-cli` crate.
/// CLI output presentation (color, progress, JSON vs text).
/// CLI command handlers.
/// CLI frontend routing.
pub use client;
pub use config;
pub use core;
pub use endpoints;
pub use error;
pub use exit;
pub use feature_compat;
pub use log_redact;
pub use openapi;
pub use types;