Skip to content

Commit

Permalink
Merge pull request #2474 from carapace-sh/git-mktree
Browse files Browse the repository at this point in the history
git: mktree
  • Loading branch information
rsteube authored Aug 13, 2024
2 parents ab5f4d2 + e62f6fd commit f6d11c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
19 changes: 0 additions & 19 deletions completers/git_completer/cmd/gitweb_generated.go

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ var mktreeCmd = &cobra.Command{

func init() {
carapace.Gen(mktreeCmd).Standalone()

mktreeCmd.Flags().Bool("batch", false, "allow creation of more than one tree")
mktreeCmd.Flags().Bool("missing", false, "allow missing objects")
mktreeCmd.Flags().Bool("no-batch", false, "do not allow creation of more than one tree")
mktreeCmd.Flags().Bool("no-missing", false, "do not allow missing objects")
mktreeCmd.Flags().BoolS("z", "z", false, "input is NUL terminated")
rootCmd.AddCommand(mktreeCmd)
}

0 comments on commit f6d11c1

Please sign in to comment.