shleazy
"Shell Made Easy"
There are several std::process wrappers, but all seem too verbose for
some common use cases.
_shell variants wrap command in sh -c ''.
Examples
use *;
TODO
- flesh out all combinations (existing implemented as needed)
- capture/combine `stderr
- model around a struct instead? (Seems more verbose?), for example:
new.
new_shell.
new_args.
new.output
new.output_or_err
new.status
new.status_or_err
new.or_err
new.statusoutput
new.statusoutput_or_err