pub fn run_args( command: &str, args: &[Arg<'_>], verbose: bool, ) -> Result<RunOutput, SubprocessError>
Run a subprocess with typed arguments that distinguish sensitive values.