pub async fn run_process<I, S>(
args: I,
_interactive_text_output: bool,
) -> Result<CliProcessOutput, CliError>Expand description
Runs the CLI command and renders only the command result.
pub async fn run_process<I, S>(
args: I,
_interactive_text_output: bool,
) -> Result<CliProcessOutput, CliError>Runs the CLI command and renders only the command result.