Skip to main content

shell_exec_flag

Function shell_exec_flag 

Source
pub fn shell_exec_flag() -> &'static str
Expand description

Gets the shell flag for executing a command string.

Returns ā€œ/Cā€ on Windows, ā€œ-cā€ on Unix.