fix: display force-tty flag (#17067)

Fixes: https://github.com/coder/coder/issues/17033
This commit is contained in:
Marcin Tojek
2025-03-25 10:25:35 +01:00
committed by GitHub
parent 8da568b132
commit 081679f431
4 changed files with 16 additions and 1 deletions
+9
View File
@@ -131,6 +131,15 @@ Additional HTTP headers added to all requests. Provide as key=value. Can be spec
An external command that outputs additional HTTP headers added to all requests. The command must output each header as `key=value` on its own line.
### --force-tty
| | |
|-------------|-------------------------------|
| Type | <code>bool</code> |
| Environment | <code>$CODER_FORCE_TTY</code> |
Force the use of a TTY.
### -v, --verbose
| | |