23 lines
958 B
Markdown
23 lines
958 B
Markdown
# regar
|
|
|
|
File watcher development utility.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
Usage: regar <command> [files...]
|
|
|
|
Description:
|
|
|
|
File watcher development utility.
|
|
|
|
Options:
|
|
|
|
-h, --help - Show this help.
|
|
-r, --hard - Ends the child process by killing it.
|
|
-s, --soft - Ends the child process by sending an interuption and waiting for it to shut
|
|
down.
|
|
-w, --wait - Wait for the child process to complete without terminating it. (default)
|
|
-e, --extensions <extentions> - Comma separated whitelist of extensions to whatch.
|
|
-c, --clear - Clear the terminal on restart
|
|
```
|