diff --git a/cmd/gh/main.go b/cmd/gh/main.go index 2e8513384..7fbf72d2d 100644 --- a/cmd/gh/main.go +++ b/cmd/gh/main.go @@ -141,8 +141,8 @@ func main() { fmt.Fprintf(stderr, authMessage, utils.Bold("Welcome to GitHub CLI!")) } + os.Exit(4) } - os.Exit(4) } rootCmd.SetArgs(expandedArgs)