Skip to main content

run

Function run 

Source
pub async fn run(cli: Cli, config: Config) -> Result<()>
Expand description

Main entrypoint for running a CLI command.

This function initializes the RommClient and dispatches the chosen command to its respective handler.