Skip to main content

run_cli

Function run_cli 

Source
pub async fn run_cli(cli: Cli) -> Result<()>
Expand description

Executes the specified CLI command.

This function sets up the HTTP client and dispatches the command logic to the appropriate handler based on the parsed CLI options.