pub fn prepare_command_execution( command: &str, output_command: bool, include_prompt: bool, ) -> Result<Command>
Builds a base Command object for executing a command string via the OS shell
Command