Skip to main content

run

Function run 

Source
pub async fn run<I, S>(args: I) -> Result<String, CliError>
where I: IntoIterator<Item = S>, S: Into<String>,
Expand description

Runs the CLI command and renders its response.