pub async fn run<I, S>(args: I) -> Result<String, CliError>where I: IntoIterator<Item = S>, S: Into<String>,
Runs the CLI command and renders its response.