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:
2026-01-08 18:20:22 +00:00
parent 6cdc12790a
commit 51224583c8
2 changed files with 335 additions and 0 deletions

View File

@@ -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 {