Skip to main content

run_command

Function run_command 

Source
pub fn run_command(
    command: String,
) -> Result<String, Box<dyn Error + Send + Sync>>
Expand description

Run a shell command and return its output. Use for: git operations, cargo build/test, file operations.