This commit is contained in:
JOLIMAITRE Matthieu 2024-10-15 17:06:51 +02:00
commit a40d71d8d4
9 changed files with 344 additions and 0 deletions

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# 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
```