MCPcopy Index your code
hub / github.com/devopsctl/gitlabctl / init

Function init

cmd/edit_release.go:42–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func init() {
43 editCmd.AddCommand(editReleaseCmd)
44 addProjectFlag(editReleaseCmd)
45 verifyMarkFlagRequired(editReleaseCmd, "project")
46 editReleaseCmd.Flags().StringP("description", "d", "", "Release note")
47 verifyMarkFlagRequired(editReleaseCmd, "description")
48}
49
50func runEditRelease(cmd *cobra.Command, tag string) error {
51 opts := new(gitlab.UpdateReleaseOptions)

Callers

nothing calls this directly

Calls 2

addProjectFlagFunction · 0.85
verifyMarkFlagRequiredFunction · 0.85

Tested by

no test coverage detected