From 59aedc4e89c4aa359c87c55ad17b2a38233bb008 Mon Sep 17 00:00:00 2001 From: Tyler McGoffin Date: Mon, 21 Oct 2024 16:09:58 -0700 Subject: [PATCH] Remove comment from gh auth logout --- pkg/cmd/auth/logout/logout.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/auth/logout/logout.go b/pkg/cmd/auth/logout/logout.go index f1eaa4e24..ef978ebac 100644 --- a/pkg/cmd/auth/logout/logout.go +++ b/pkg/cmd/auth/logout/logout.go @@ -58,7 +58,6 @@ func NewCmdLogout(f *cmdutil.Factory, runF func(*LogoutOptions) error) *cobra.Co } cmd.Flags().StringVarP(&opts.Hostname, "hostname", "h", "", "The hostname of the GitHub instance to log out of") - // This flag doesn't seem to be working with --user but it is working with -u in acceptance testing cmd.Flags().StringVarP(&opts.Username, "user", "u", "", "The account to log out of") return cmd