Skip to main content

run_process

Function run_process 

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

Runs the CLI command and renders only the command result.