mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fix(cli/help): show deprecation notice properly for flags (#7904)
This commit is contained in:
committed by
GitHub
parent
a1c32954d9
commit
fa91e11105
3
cli/testdata/coder_ssh_--help.golden
vendored
3
cli/testdata/coder_ssh_--help.golden
vendored
@ -28,7 +28,8 @@ Start a shell into a workspace
|
||||
Enter workspace immediately after the agent has connected. This is the
|
||||
default if the template has configured the agent startup script
|
||||
behavior as non-blocking.
|
||||
DEPRECATED
|
||||
DEPRECATED: Use --wait instead.
|
||||
|
||||
--stdio bool, $CODER_SSH_STDIO
|
||||
Specifies whether to emit SSH output over stdin/stdout.
|
||||
|
||||
|
Reference in New Issue
Block a user