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(
|
AppCmdCommand.Flags().BoolVarP(
|
||||||
&requestTTY,
|
&requestTTY,
|
||||||
"tty",
|
"tty",
|
||||||
"t",
|
"T",
|
||||||
false,
|
false,
|
||||||
"request remote TTY",
|
"request remote TTY",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user