Skip to content

Commit

Permalink
show hidden command
Browse files Browse the repository at this point in the history
niqdev committed Sep 10, 2023
1 parent 58ec413 commit 3caca08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/lab/lab.go
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ func NewLabCmd(configRef *config.ConfigRef) *cobra.Command {
Args: cobra.ExactArgs(1),
PreRunE: opts.validate,
RunE: opts.run,
Hidden: true, // TODO WIP
Hidden: false, // TODO WIP
}

// --revision or --local

0 comments on commit 3caca08

Please sign in to comment.