get_shell_command

Function get_shell_command 

Source
pub const fn get_shell_command() -> (&'static str, &'static str)
Expand description

Returns the appropriate shell command and flag for the current platform.

Returns ("cmd", "/C") on Windows, ("sh", "-c") on Unix-like systems.