Module utils

Source
Expand description

utils is a tool module that provides easy shell-command parsing, and functions that generate closures.

Re-exports§

pub use convenience::functions;
pub use parse::shell_command::parse_and_run;

Modules§

convenience
Convenience It is a module that provides sugar-type and helper function.
parse
parse It is a module that parses and executes commands.
status_reportstatus-report
StatusReporter is to expose the necessary operational information to the outside world.