pub fn run_capture_stdout(
    command: Command,
    command_name: &Tool
) -> Result<String>
Expand description

Run the given command and return its stdout.