pub const fn get_shell_command() -> (&'static str, &'static str)
Returns the appropriate shell command and flag for the current platform.
Returns ("cmd", "/C") on Windows, ("sh", "-c") on Unix-like systems.
("cmd", "/C")
("sh", "-c")