This commit is contained in:
Loïc Gelle 2017-07-03 11:17:12 -07:00
commit 4a45aecff2
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ func main() {
logError("You should call %s with a valid name.", callerName) logError("You should call %s with a valid name.", callerName)
} }
logInfo("Calling %v returned %v\n", os.Args, exitCode) logInfo("Calling %v returned %v\n", os.Args, exitCode)
//important to pretend to look like the actual wrapped command //important to pretend to look like the actual wrapped command
os.Exit(exitCode) os.Exit(exitCode)