Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 15, 2023
1 parent 447deb7 commit 599365f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions completers/wezterm_completer/cmd/cli_help.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ func init() {
carapace.Gen(cli_helpCmd).Standalone()

cliCmd.AddCommand(cli_helpCmd)

carapace.Gen(cli_helpCmd).PositionalAnyCompletion(
carapace.ActionCommands(cli_helpCmd),
)
}

0 comments on commit 599365f

Please sign in to comment.