Update docs for batwatch

This commit is contained in:
Ethan P 2019-10-25 13:54:45 -07:00
parent 767cfb59b0
commit f740dc86d2
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -18,6 +18,7 @@ Watch for changes in one or more files, and print them when updated.
| ----- | --------------------- | ------------------------------------------------------------ |
| | `--watcher=[watcher]` | Use a specific program to watch for file changes. See [below](#watchers) for more details. |
| | `--clear` | Clear the screen before printing the files.<br />This is enabled by default. |
| | `--no-clear` | Do not clear the screen before printing the files. |
| | `--color` | Force color output. |
| | `--no-color` | Force disable color output. |
@ -35,6 +36,8 @@ Currently, the following programs are supported:
- [entr](http://entrproject.org/)
There is also a fallback `poll` watcher available.
## Installation