Expand description
Command utilities
Functionsยง
- exec_
cmd - Return a
subprocess::Execfor a command. - exec_
in_ dir - Return a
subprocess::Execthat runs a command in the specified directory. - initialize_
threads_ option - Initialize the global thread pool when the num_jobs option is provided.
- shlex_
split - Split a shell string into command-line arguments.
- status
- Return an exit status code from a subprocess::Exec instance.
- stdout_
to_ string - Return a trimmed stdout string for an subprocess::Exec instance.
- subprocess_
result - Flatten a std::io::Result into a Result<(), u32>.