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 d8374da commit 0963ca6Copy full SHA for 0963ca6
cli/sharing.go
@@ -51,7 +51,6 @@ func (r *RootCmd) shareWorkspace(orgContext *OrganizationContext) *serpent.Comma
51
cmd := &serpent.Command{
52
Use: "share <workspace> --user <user>:<role> --group <group>:<role>",
53
Short: "Share a workspace with a user or group.",
54
- Long: FormatExamples(Example{Description: "", Command: ""}),
55
Options: serpent.OptionSet{
56
{
57
Name: "user",
0 commit comments