MCPcopy Create free account
hub / github.com/rilldata/rill / AnnotationsCmd

Function AnnotationsCmd

cli/cmd/sudo/annotations/annotations.go:8–18  ·  view source on GitHub ↗
(ch *cmdutil.Helper)

Source from the content-addressed store, hash-verified

6)
7
8func AnnotationsCmd(ch *cmdutil.Helper) *cobra.Command {
9 annotationsCmd := &cobra.Command{
10 Use: "annotations",
11 Short: "Manage annotations for project in an organization",
12 }
13
14 annotationsCmd.AddCommand(GetCmd(ch))
15 annotationsCmd.AddCommand(SetCmd(ch))
16
17 return annotationsCmd
18}

Callers 1

SudoCmdFunction · 0.92

Calls 2

GetCmdFunction · 0.70
SetCmdFunction · 0.70

Tested by

no test coverage detected