We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bc479 commit 077444eCopy full SHA for 077444e
1 file changed
internal/cmd/auth/get-access-token/get_access_token.go
@@ -58,10 +58,6 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
58
}
59
params.Printer.Outputln(string(details))
60
61
- return nil
62
- case print.YAMLOutputFormat:
63
- params.Printer.Outputln(accessToken)
64
-
65
return nil
66
default:
67
params.Printer.Outputln(accessToken)
0 commit comments