Skip to content

Commit

Permalink
added spec flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed May 1, 2022
1 parent dab567b commit b88da72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/carapace/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,6 @@ func Execute(version string) error {
func init() {
rootCmd.Flags().String("bridge", "", "bridge completion")
rootCmd.Flags().Bool("list", false, "list completers")
rootCmd.Flags().String("spec", "", "spec completion")
rootCmd.Flags().String("style", "", "set style")
}

0 comments on commit b88da72

Please sign in to comment.