(cmd *cobra.Command)
| 130 | } |
| 131 | |
| 132 | func 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 |