Skip to content

Commit

Permalink
doc: ActionCommands - fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 3, 2023
1 parent 5101680 commit b591695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/carapace/defaultActions/actionCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```go
carapace.Gen(helpCmd).PositionalAnyCompletion(
carapace.ActionCommands(cmd),
carapace.ActionCommands(rootCmd),
)
```

Expand Down

0 comments on commit b591695

Please sign in to comment.