Skip to main content

watch

Watch for file changes and auto-rebuild.

Usage

echi watch [OPTIONS] [PATH]

Arguments

ArgumentDefaultDescription
PATH.Project directory

Options

OptionDescription
--runAlso launch ChimeraX after build
--testRun tests on changes (mutually exclusive with --run)

Examples

# Watch and rebuild on changes
echi watch

# Watch, rebuild, and launch ChimeraX
echi watch --run

# Watch and run tests on changes
echi watch --test