Skip to content

Commit

Permalink
git: mktree
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Aug 13, 2024
1 parent ab5f4d2 commit e62f6fd
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 e62f6fd

Please sign in to comment.