Skip to content

Commit 2264c80

Browse files
committed
fix: hide sharing command
1 parent 0d061fe commit 2264c80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/sharing.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func (r *RootCmd) sharing() *serpent.Command {
2727
return inv.Command.HelpHandler(inv)
2828
},
2929
Children: []*serpent.Command{r.shareWorkspace(orgContext)},
30+
Hidden: true,
3031
}
3132

3233
orgContext.AttachOptions(cmd)

0 commit comments

Comments
 (0)