implement mediainput command group

note, set-cursor not currently working, possible bug in goobs
This commit is contained in:
2026-01-08 20:38:36 +00:00
parent f84908f668
commit f6fbf3c81f
3 changed files with 146 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ type CLI struct {
Projector ProjectorCmd `help:"Manage projectors." cmd:"" aliases:"prj" group:"Projector"`
Screenshot ScreenshotCmd `help:"Take screenshots." cmd:"" aliases:"ss" group:"Screenshot"`
Settings SettingsCmd `help:"Manage video and profile settings." cmd:"" aliases:"set" group:"Settings"`
Mediainput Mediainput `help:"Manage media inputs." cmd:"" aliases:"mi" group:"Media Input"`
}
type context struct {