CLI Usage
The CLI tool can be ran with the following command:
lua-anot {mode} {args} {workdir: default = .}
Modes
build: builds the project underworkdir.watch: watches for changes underworkdir; if it detects any, the project is rebuilt.init: creates a defaultannotations.config.jsonfile inside theworkdir.
Args
-c/--config: path to the config file to use (default = 'annotations.config.json')--watch-interval: polling interval (in seconds) for watch mode.