feat(CommitType): implement CommitType and tests

This commit is contained in:
2026-02-05 20:34:57 +01:00
parent 644854f088
commit d60486a0be
7 changed files with 283 additions and 2 deletions

View File

@@ -16,5 +16,5 @@ pub enum Error {
#[error("Operation cancelled by user")]
Cancelled,
#[error("Non-interactive terminal detected")]
NonInteractive
NonInteractive,
}