We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d549e commit 413ccb7Copy full SHA for 413ccb7
cmd/gh/main.go
@@ -140,7 +140,6 @@ func main() {
140
fmt.Fprintln(stderr, cs.Bold("Welcome to GitHub CLI!"))
141
fmt.Fprintln(stderr)
142
fmt.Fprintln(stderr, "To authenticate, please run `gh auth login`.")
143
- fmt.Fprintln(stderr, "You can also set the one of the auth token environment variables, if preferred.")
144
os.Exit(4)
145
}
146
0 commit comments