mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
refactor: add update check to cz command
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user