pub fn run(
command: &str,
args: &[String],
workspace: Option<&Workspace>,
) -> Result<i32>Expand description
Run it through the shell version, replacing this process so signals, exit codes and interactive prompts all behave as if it had been called directly.