run_command_args

Function run_command_args 

Source
pub async fn run_command_args<S: AsRef<OsStr>>(
    program: &Path,
    args: &[S],
) -> Result<String>
Expand description

Run a command with explicit arguments (safe from shell injection)