We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babf6b8 commit a383098Copy full SHA for a383098
cmd/envbuilder/main.go
@@ -27,9 +27,6 @@ func main() {
27
cmd := serpent.Command{
28
Use: "envbuilder",
29
Options: options.CLI(),
30
- // Hide usage because we don't want to show the
31
- // "envbuilder [command] --help" output on error.
32
- Hidden: true,
33
Handler: func(inv *serpent.Invocation) error {
34
var sendLogs func(ctx context.Context, log ...agentsdk.Log) error
35
agentURL := os.Getenv("CODER_AGENT_URL")
0 commit comments