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

@@ -10,8 +10,8 @@ import (
// ProjectorCmd provides a command to manage projectors in OBS.
type ProjectorCmd struct {
ListMonitors ProjectorListMonitorsCmd `cmd:"" help:"List available monitors." aliases:"ls-m" completion-command-alias-enabled:"false"`
Open ProjectorOpenCmd `cmd:"" help:"Open a fullscreen projector for a source on a specific monitor." aliases:"o" completion-command-alias-enabled:"false"`
ListMonitors ProjectorListMonitorsCmd `cmd:"" help:"List available monitors." aliases:"ls-m" completion-enabled-command-alias:"false"`
Open ProjectorOpenCmd `cmd:"" help:"Open a fullscreen projector for a source on a specific monitor." aliases:"o" completion-enabled-command-alias:"false"`
}
// ProjectorListMonitorsCmd provides a command to list all monitors available for projectors.