Expand description
Synchronous command execution module.
This module provides a type-safe interface for executing shell commands
using the standard library’s std::process::Command.
Structs§
- Command
Builder - Command builder for synchronous execution.