Skip to main content

prepare_shell_execution

Function prepare_shell_execution 

Source
pub fn prepare_shell_execution(
    command: &str,
    auto_confirm: bool,
    stdin: Option<&str>,
    shell: Option<&str>,
    windows_shell_priority: Option<&[String]>,
) -> Result<PreparedShellCommand, String>