Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 19, 2023
1 parent 8eee661 commit 8ea3623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/carapace/cmd/style.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var styleCmd = &cobra.Command{
func init() {
carapace.Gen(styleCmd).Standalone()

carapace.Gen(styleCmd).PositionalAnyCompletion(
carapace.Gen(styleCmd).PositionalCompletion(
carapace.ActionStyleConfig(),
)
}
Expand Down

0 comments on commit 8ea3623

Please sign in to comment.