Skip to main content

Module sync

Module sync 

Source
Expand description

Synchronous command execution.

Provides command building and execution using std::process::Command.

Re-exports§

pub use builder::CommandBuilder;
pub use pipeline::Pipeline;

Modules§

builder
Synchronous command execution module.
pipeline
Pipeline support for chaining commands together.