fix(cli/help): show deprecation notice properly for flags (#7904)

This commit is contained in:
Mathias Fredriksson
2023-06-08 17:14:42 +03:00
committed by GitHub
parent a1c32954d9
commit fa91e11105
3 changed files with 28 additions and 2 deletions

View File

@ -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.