bootstrapGitHubCmd.Flags().StringSliceVar(&githubArgs.teams,"team",[]string{},"GitHub team to be given maintainer access (also accepts comma-separated values)")
bootstrapGitHubCmd.Flags().StringSliceVar(&githubArgs.teams,"team",[]string{},"GitHub team and the access to be given to it(team:maintain). Defaults to maintainer access if no access level is specified (also accepts comma-separated values)")
bootstrapGitHubCmd.Flags().BoolVar(&githubArgs.personal,"personal",false,"if true, the owner is assumed to be a GitHub user; otherwise an org")
bootstrapGitHubCmd.Flags().BoolVar(&githubArgs.personal,"personal",false,"if true, the owner is assumed to be a GitHub user; otherwise an org")
bootstrapGitHubCmd.Flags().BoolVar(&githubArgs.private,"private",true,"if true, the repository is setup or configured as private")
bootstrapGitHubCmd.Flags().BoolVar(&githubArgs.private,"private",true,"if true, the repository is setup or configured as private")