pub fn run() -> Result<(), String>
Expand description
Run the CLI application
ยงErrors
This function will return an error if:
- The repository is not a valid git repository
- Pack files cannot be read or parsed
- File system operations fail
- Command parsing fails