Skip to content

Commit 066bcf0

Browse files
committed
add comment on hidden
1 parent 4158ed7 commit 066bcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/support.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (r *RootCmd) support() *clibase.Cmd {
9191
}
9292
return nil
9393
},
94-
Hidden: true, // TODO: un-hide
94+
Hidden: true, // TODO: un-hide once the must-haves from #12160 are completed.
9595
}
9696
cmd.Options = clibase.OptionSet{
9797
{

0 commit comments

Comments
 (0)