update completion tags

bump kong-completion version
This commit is contained in:
2026-04-11 01:21:22 +01:00
parent 888d84472e
commit 024cc263d4
18 changed files with 103 additions and 103 deletions

View File

@@ -11,9 +11,9 @@ import (
// HotkeyCmd provides commands to manage hotkeys in OBS Studio.
type HotkeyCmd struct {
List HotkeyListCmd `cmd:"" help:"List all hotkeys." aliases:"ls" completion-command-alias-enabled:"false"`
Trigger HotkeyTriggerCmd `cmd:"" help:"Trigger a hotkey by name." aliases:"tr" completion-command-alias-enabled:"false"`
TriggerSequence HotkeyTriggerSequenceCmd `cmd:"" help:"Trigger a hotkey by sequence." aliases:"trs" completion-command-alias-enabled:"false"`
List HotkeyListCmd `cmd:"" help:"List all hotkeys." aliases:"ls" completion-enabled-command-alias:"false"`
Trigger HotkeyTriggerCmd `cmd:"" help:"Trigger a hotkey by name." aliases:"tr" completion-enabled-command-alias:"false"`
TriggerSequence HotkeyTriggerSequenceCmd `cmd:"" help:"Trigger a hotkey by sequence." aliases:"trs" completion-enabled-command-alias:"false"`
}
// HotkeyListCmd provides a command to list all hotkeys.