add projector commands

add ProjectorCmd section to README
This commit is contained in:
2025-05-26 22:08:33 +01:00
parent 360d45aa47
commit af962a26cc
3 changed files with 94 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ type CLI struct {
Virtualcam VirtualCamCmd `help:"Manage virtual camera." cmd:"" aliases:"vc"`
Hotkey HotkeyCmd `help:"Manage hotkeys." cmd:"" aliases:"hk"`
Filter FilterCmd `help:"Manage filters." cmd:"" aliases:"f"`
Projector ProjectorCmd `help:"Manage projectors." cmd:"" aliases:"prj"`
}
type context struct {