mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fix: display force-tty flag (#17067)
Fixes: https://github.com/coder/coder/issues/17033
This commit is contained in:
@ -433,7 +433,7 @@ func (r *RootCmd) Command(subcommands []*serpent.Command) (*serpent.Command, err
|
||||
{
|
||||
Flag: varForceTty,
|
||||
Env: "CODER_FORCE_TTY",
|
||||
Hidden: true,
|
||||
Hidden: false,
|
||||
Description: "Force the use of a TTY.",
|
||||
Value: serpent.BoolOf(&r.forceTTY),
|
||||
Group: globalGroup,
|
||||
|
Reference in New Issue
Block a user