[][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

macro_str
output

To return FunResult

run_cmd

run_cmd! --> CmdResult

run_fun

run_fun! --> FunResult

warn

To print warning information to stderr, no return value

Type Definitions

CmdResult
FunResult