Crate humane_commands

source ·

Modules§

Macros§

  • Create an iterator to add args to an existing Command
  • Create a std::process::Output in the style of a terminal line
  • Create a Command with the cmd! macro and call status() on it
  • Create a Command with the cmd! macro and call output() on it
  • Create a Command with the cmd! macro and call spawn() on it