Skip to content

Commit

Permalink
Merge pull request #2498 from carapace-sh/git-prune-packed
Browse files Browse the repository at this point in the history
git: prune-packed
  • Loading branch information
rsteube authored Aug 16, 2024
2 parents 820a291 + dad684b commit 201eee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completers/git_completer/cmd/prunePacked.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var prunePackedCmd = &cobra.Command{
func init() {
carapace.Gen(prunePackedCmd).Standalone()

prunePackedCmd.Flags().BoolP("dry-run", "n", false, "dry run")
prunePackedCmd.Flags().BoolP("quiet", "q", false, "be quiet")
prunePackedCmd.Flags().BoolP("dry-run", "n", false, "only show objects that would have been removed")
prunePackedCmd.Flags().BoolP("quiet", "q", false, "squelch the progress indicator")
rootCmd.AddCommand(prunePackedCmd)
}

0 comments on commit 201eee2

Please sign in to comment.