[−][src]Crate cmd_lib
Macros
| die | To print information to stderr, and exit current process with non-zero |
| err | To print error information to stderr, no return value |
| info | To print warning information to stderr, no return value |
| output | To return FunResult |
| run_cmd | run_cmd! --> CmdResult |
| run_fun | run_fun! --> FunResult |
| warn | To print warning information to stderr, no return value |
Structs
| Env | Envrionment settings |
| Process | Low level process API, std::process::Child wrapper |
Type Definitions
| CmdResult | |
| FunResult |