fix(cmd): Uses uppercase t for tty shorthand flag
This commit is contained in:
parent
15d6b1a2a5
commit
9069758969
@ -261,7 +261,7 @@ func init() {
|
||||
AppCmdCommand.Flags().BoolVarP(
|
||||
&requestTTY,
|
||||
"tty",
|
||||
"t",
|
||||
"T",
|
||||
false,
|
||||
"request remote TTY",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user