Files
Mainline/cmdline.py
David Gwilliam b86434ac03 feat(cmdline): add command-line interface for mainline control
Add cmdline.py utility for interacting with mainline:
- Interactive TUI mode (default when no args)
- Local command mode (--local) for testing without ntfy
- Send commands via ntfy (default)
- Watch mode (-w) for continuous stats polling

Usage:
  python cmdline.py                    # Interactive mode
  python cmdline.py --local /effects list
  python cmdline.py /effects stats     # Send via ntfy
  python cmdline.py -w /effects stats  # Watch mode
2026-03-15 17:31:13 -07:00

5.9 KiB