Init.
This commit is contained in:
commit
a40d71d8d4
9 changed files with 344 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue