We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec25b73 commit f358e60Copy full SHA for f358e60
pkg/cmd/auth/status/status.go
@@ -143,9 +143,7 @@ func statusRun(opts *StatusOptions) error {
143
}
144
145
if failed {
146
- // TODO unsure about this; want non-zero exit but don't need to print anything more. Is the
147
- // non-zero exit worth it? Should we tweak error handling to not print "" errors?
148
- return errors.New("")
+ return cmdutil.SilentError
149
150
151
return nil
0 commit comments