Function run_cmd_in_shell

Source
pub fn run_cmd_in_shell(
    current_shell: &SupportedShell,
    full_cmd: &str,
) -> Result<Output, Box<dyn Error>>