mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: add site
flag to buildinfo
(#14868)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user