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

Function init

cmd/delete_tag.go:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func init() {
45 deleteCmd.AddCommand(deleteTagCmd)
46 addProjectFlag(deleteTagCmd)
47 verifyMarkFlagRequired(deleteTagCmd, "project")
48}
49
50func deleteTag(project, tag string) error {
51 git, err := newGitlabClient()

Callers

nothing calls this directly

Calls 2

addProjectFlagFunction · 0.85
verifyMarkFlagRequiredFunction · 0.85

Tested by

no test coverage detected