0
0
forked from toolshed/abra

Compare commits

...

1 Commits

Author SHA1 Message Date
9069758969 fix(cmd): Uses uppercase t for tty shorthand flag 2025-02-10 15:13:26 +01:00

View File

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