mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-18 07:03:37 +00:00
implement settings command group
show and profile set were prototyped in: https://github.com/nzoschke/gobs-cli/blob/config/settings.go
This commit is contained in:
1
main.go
1
main.go
@@ -71,6 +71,7 @@ type CLI struct {
|
||||
Filter FilterCmd `help:"Manage filters." cmd:"" aliases:"f" group:"Filter"`
|
||||
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"`
|
||||
}
|
||||
|
||||
type context struct {
|
||||
|
||||
Reference in New Issue
Block a user