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

Function addProjectFlag

cmd/flags_definers.go:132–134  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

130}
131
132func addProjectFlag(cmd *cobra.Command) {
133 cmd.Flags().StringP("project", "p", "", "The name or ID of the project")
134}
135
136// addNewGroupFlags add the required flags for creating a new group
137// Flag usage reference: https://docs.gitlab.com/ce/api/groups.html#new-group

Callers 11

initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
initFunction · 0.85
addEditProjectHookFlagsFunction · 0.85
initFunction · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected