fix(cmd): Uses uppercase t for tty shorthand flag #501

Merged
decentral1se merged 1 commits from p4u1/abra:cmd-t into main 2025-02-11 09:53:52 +00:00

View File

@ -261,7 +261,7 @@ func init() {
AppCmdCommand.Flags().BoolVarP( AppCmdCommand.Flags().BoolVarP(
&requestTTY, &requestTTY,
"tty", "tty",
"t", "T",
false, false,
"request remote TTY", "request remote TTY",
) )