Remove comment from gh auth logout

This commit is contained in:
Tyler McGoffin 2024-10-21 16:09:58 -07:00
parent 0614d85027
commit 59aedc4e89

View file

@ -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