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>,
👎Deprecated since 1.1.14:

use bootstrap::cli::run_process

Expand description

Runs the CLI command and renders its response.