Skip to content

archlint watch

The watch command runs archlint in the background and re-analyzes your project every time a file changes.

Usage

bash
archlint watch [options]

Options

OptionDefaultDescription
--debounce <ms>300Wait for more changes before re-running
--clearfalseClear the terminal screen before each run

Examples

Real-time feedback during development

bash
archlint watch --clear --debounce 500

Released under the MIT License.