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