Crate easy_cmd

Source
Expand description

githubcrates-iodocs-rs

Simple interfaces for running CLI commands from Rust.

Macros§

run_command
Runs a system command and exits with code 1 if an error occurs.
run_command_in_dir
Runs a system command in a specific directory and exits with code 1 if an error occurs.

Traits§

AsCommand
Trait to convert various types into a Command.

Functions§

run_command
Runs a system command.