mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-18 15:13:39 +00:00
rename media-input to media
replace set-cursor with cursor which can now get/set cursor position
This commit is contained in:
2
main.go
2
main.go
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user