cxgrd watch
The watch command runs in the background and monitors your project for dependency changes in real time.
Usage
cxgrd watch
Example Usage
PS C:\Users\name\project1> cxgrd watch
╔════════════════════════════════════════════╗
║ 🔍 CXGRD Watch Mode (Press Q to quit) ║
╚════════════════════════════════════════════╝
✓ Watch mode active
Monitoring: C:\Users\name\project1
Graph files: 22
Debounce: 500ms
The watch mode will continue to run until 'Q' is pressed.
🛑 Stopping watch mode...
👋 Watch mode stopped.
Analyzed 0 change(s).
Options
--debounce : debounce delay in milliseconds between a file change and re-scan.
increase if you have a large project, decrease for faster feedback. default: 500.