Skip to content

Commit

Permalink
Merge pull request #930 from rsteube/doc-fix-example
Browse files Browse the repository at this point in the history
doc: ActionCommands - fix example
  • Loading branch information
rsteube committed Oct 3, 2023
2 parents 5101680 + b591695 commit a580cac
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 a580cac

Please sign in to comment.