Crate cmd_lib_macros[][src]

Macros

Logs a message at the debug level with interpolation support

Logs a fatal message at the error level, and exit process

Print a message to stdout with interpolation support

Logs a message at the error level with interpolation support

Logs a message at the info level with interpolation support

Logs a message at the trace level with interpolation support

Logs a message at the warn level with interpolation support

Run commands, returning result handle to check status

Run commands, returning result handle to capture output and to check status

Run commands with/without pipes as a child process, returning a handle to check the final result

Run commands with/without pipes as a child process, returning a handle to capture the final output

import library predefined builtin command

import user registered custom command

Attribute Macros

export the function as an command to be run by run_cmd! or run_fun!