Module command_builder

Module command_builder 

Source
Expand description

Type-safe Git command builder for consistent command execution

This module provides a fluent API for building and executing Git commands, eliminating duplication and ensuring consistent error handling across the codebase.

Structsยง

GitCommand
Type-safe builder for constructing and executing Git commands with consistent error handling.
GitCommandOutput
Output from a Git command