CLI reference for fallow watch. Re-run unused code analysis automatically when files change for continuous feedback during development.
Watch mode re-runs unused code analysis automatically when files change, giving you continuous feedback as you edit.
Use watch mode during refactoring sessions. Each save immediately re-runs the analysis.
fallow watch
Fallow watches your project files and re-analyzes with debouncing when changes are detected. Press Ctrl+C to stop.
Watch mode supports all global flags (like --format, --production, --quiet). Check-specific flags like --unused-exports or --fail-on-issues are not available.