mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-18 07:03:37 +00:00
update completion tags
bump kong-completion version
This commit is contained in:
6
scene.go
6
scene.go
@@ -11,9 +11,9 @@ import (
|
||||
|
||||
// SceneCmd provides commands to manage scenes in OBS Studio.
|
||||
type SceneCmd struct {
|
||||
List SceneListCmd `cmd:"" help:"List all scenes." aliases:"ls" completion-command-alias-enabled:"false"`
|
||||
Current SceneCurrentCmd `cmd:"" help:"Get the current scene." aliases:"c" completion-command-alias-enabled:"false"`
|
||||
Switch SceneSwitchCmd `cmd:"" help:"Switch to a scene." aliases:"sw" completion-command-alias-enabled:"false"`
|
||||
List SceneListCmd `cmd:"" help:"List all scenes." aliases:"ls" completion-enabled-command-alias:"false"`
|
||||
Current SceneCurrentCmd `cmd:"" help:"Get the current scene." aliases:"c" completion-enabled-command-alias:"false"`
|
||||
Switch SceneSwitchCmd `cmd:"" help:"Switch to a scene." aliases:"sw" completion-enabled-command-alias:"false"`
|
||||
}
|
||||
|
||||
// SceneListCmd provides a command to list all scenes.
|
||||
|
||||
Reference in New Issue
Block a user