Skip to content

Commit a383098

Browse files
committed
Remove Hidden
1 parent babf6b8 commit a383098

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/envbuilder/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ func main() {
2727
cmd := serpent.Command{
2828
Use: "envbuilder",
2929
Options: options.CLI(),
30-
// Hide usage because we don't want to show the
31-
// "envbuilder [command] --help" output on error.
32-
Hidden: true,
3330
Handler: func(inv *serpent.Invocation) error {
3431
var sendLogs func(ctx context.Context, log ...agentsdk.Log) error
3532
agentURL := os.Getenv("CODER_AGENT_URL")

0 commit comments

Comments
 (0)