Exit with non-zero status on errors (#148)

This commit is contained in:
Pieter Noordhuis 2022-12-21 11:58:51 +01:00 committed by GitHub
parent a354fa1f77
commit fdb8c97f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ import (
) )
func main() { func main() {
root.RootCmd.Execute() root.Execute()
} }