mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: display force-tty flag (#17067)
Fixes: https://github.com/coder/coder/issues/17033
This commit is contained in:
Generated
+9
@@ -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
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user