pub async fn run(cli: Cli, config: Config) -> Result<(), RommError>
Main entrypoint for running a CLI command.
This function initializes the RommClient and dispatches the chosen command to its respective handler.
RommClient