rename media-input to media

replace set-cursor with cursor which can now get/set cursor position
This commit is contained in:
2026-01-09 19:18:24 +00:00
parent cb4898f2d4
commit f84e126381
4 changed files with 66 additions and 31 deletions

View File

@@ -72,7 +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"`
Media MediaCmd `help:"Manage media inputs." cmd:"" aliases:"mi" group:"Media Input"`
}
type context struct {