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 0d061fe commit 2264c80Copy full SHA for 2264c80
cli/sharing.go
@@ -27,6 +27,7 @@ func (r *RootCmd) sharing() *serpent.Command {
27
return inv.Command.HelpHandler(inv)
28
},
29
Children: []*serpent.Command{r.shareWorkspace(orgContext)},
30
+ Hidden: true,
31
}
32
33
orgContext.AttachOptions(cmd)
0 commit comments