Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 12, 2022
1 parent 957843f commit 86bdb18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions completers/kustomize_completer/cmd/cfg_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ func init() {
cfg_countCmd.Flags().Bool("kind", true, "count resources by kind.")
cfg_countCmd.Flags().BoolP("recurse-subpackages", "R", true, "prints count of resources recursively in all the nested subpackages")
cfgCmd.AddCommand(cfg_countCmd)

carapace.Gen(cfg_countCmd).PositionalCompletion(
carapace.ActionDirectories(),
)
}

0 comments on commit 86bdb18

Please sign in to comment.