[−][src]Function powershell_script::run_raw
pub fn run_raw(
script: &str,
print_commands: bool
) -> Result<ProcessOutput, PsError>
Runs the script and returns an instance of std::process::Output on
success.
Panics
If there is an error retrieving a handle to stdin in the child process.