Modules§
Macros§
- arg
- args
- Create an iterator to add args to an existing Command
- cmd
- Create a std::process::Output in the style of a terminal line
- cmd_
partial - exec
- Create a Command with the
cmd!
macro and call status() on it - run
- Create a Command with the
cmd!
macro and call output() on it - spawn
- Create a Command with the
cmd!
macro and call spawn() on it