add ScreenshotCmd

This commit is contained in:
2025-06-04 12:57:17 +01:00
parent ee47832cd6
commit 29fe6fedfb
3 changed files with 49 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ type CLI struct {
Hotkey HotkeyCmd `help:"Manage hotkeys." cmd:"" aliases:"hk"`
Filter FilterCmd `help:"Manage filters." cmd:"" aliases:"f"`
Projector ProjectorCmd `help:"Manage projectors." cmd:"" aliases:"prj"`
Screenshot ScreenshotCmd `help:"Take screenshots." cmd:"" aliases:"ss"`
}
type context struct {