pub async fn run_process<I, S>(
args: I,
interactive_text_output: bool,
) -> Result<CliProcessOutput, CliError>👎Deprecated since 1.1.14:
use bootstrap::cli::run_process
Expand description
Runs the CLI command and renders only the command result.