Crate humane_commands

Source

Modules§

args
ok
opt_arg
output

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