Skip to content

Commit

Permalink
Merge pull request #2609 from carapace-sh/gh-updates-v2.63.0
Browse files Browse the repository at this point in the history
gh: updates from v2.63.0
  • Loading branch information
rsteube authored Nov 28, 2024
2 parents 4e4bc7e + c4012fc commit f70f41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completers/gh_completer/cmd/repo_edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var repo_editCmd = &cobra.Command{
func init() {
carapace.Gen(repo_editCmd).Standalone()

repo_editCmd.Flags().Bool("accept-visibility-change-consequences", false, "Accept the consequences of changing the repository visibility")
repo_editCmd.Flags().StringSlice("add-topic", []string{}, "Add repository topic")
repo_editCmd.Flags().Bool("allow-forking", false, "Allow forking of an organization repository")
repo_editCmd.Flags().Bool("allow-update-branch", false, "Allow a pull request head branch that is behind its base branch to be updated")
Expand Down

0 comments on commit f70f41c

Please sign in to comment.