chore: add site flag to buildinfo (#14868)

This commit is contained in:
Ethan
2024-10-01 20:01:17 +10:00
committed by GitHub
parent 2a3a00cf82
commit 35a5475166
4 changed files with 22 additions and 2 deletions

View File

@ -411,7 +411,7 @@ func (r *RootCmd) Command(subcommands []*serpent.Command) (*serpent.Command, err
{
Flag: varNoOpen,
Env: "CODER_NO_OPEN",
Description: "Suppress opening the browser after logging in.",
Description: "Suppress opening the browser when logging in, or starting the server.",
Value: serpent.BoolOf(&r.noOpen),
Hidden: true,
Group: globalGroup,