refactor: add update check to cz command

This commit is contained in:
Slug-Boi
2025-01-14 14:14:24 +01:00
parent 106957c290
commit 667c25b162
+4
View File
@@ -55,6 +55,10 @@ This will require the user to have commitizen installed on their system.`,
} }
utils.GitWrapper(message, git_flags) utils.GitWrapper(message, git_flags)
if update {
update_msg()
}
if pflag { if pflag {
fmt.Println(message) fmt.Println(message)
} }