feat(CommitType): implement CommitType and tests
This commit is contained in:
@@ -16,5 +16,5 @@ pub enum Error {
|
||||
#[error("Operation cancelled by user")]
|
||||
Cancelled,
|
||||
#[error("Non-interactive terminal detected")]
|
||||
NonInteractive
|
||||
NonInteractive,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user