pub fn execute(
cli: &Cli,
command: &[String],
clean_env: bool,
only: Option<&[String]>,
exclude: Option<&[String]>,
redact_output: bool,
allowed_commands: Option<&[String]>,
) -> Result<()>Expand description
Execute the run command.