Crate cmd_lib_macros[][src]

Macros

run_cmd

Run commands, returning result handle to check status

run_fun

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

spawn

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

spawn_with_output

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

use_builtin_cmd

import library predefined builtin command

use_custom_cmd

import user registered custom command

Attribute Macros

export_cmd

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