prepare_command_execution

Function prepare_command_execution 

Source
pub fn prepare_command_execution(
    command: &str,
    output_command: bool,
    include_prompt: bool,
) -> Result<Command>
Expand description

Builds a base Command object for executing a command string via the OS shell