From: AJ ONeal Date: Thu, 1 Oct 2020 21:15:06 +0000 (+0000) Subject: typo fix and format update X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=7702fbab782c71e14a0da2956b0219c033694c98 typo fix and format update --- diff --git a/watchexec/README.md b/watchexec/README.md index 59599fe..1f5429a 100644 --- a/watchexec/README.md +++ b/watchexec/README.md @@ -20,22 +20,22 @@ The full `--help` detailed and very useful. Here's the shortlist of what I find most useful: ```txt --w, --watch ./src/ watch the given directory --e, --exts js,html,css watch only the given extensions --i, --ignore '*.md' do not watch the given pattern --d, --debounce 5000 the minimum number of milleseconds - to wait between changes - --r, --restart restart the process (for servers and such) --s, --signal SIGHUP like -r, but with a signal (ex: SIGHUP) --c, --clear clear the screen between command runs --W (wait) ignore all changes while the command runs - --- npm start what command to run, which its arguments - ---no-ignore disregard both .ignore and .gitignore ---no-vcs-ignore disregard only .gitignore ---no-default-ignore disregard built-in ignore lists +-w, --watch ./src/ watch the given directory +-e, --exts js,css watch only the given extensions +-i, --ignore '*.md' do not watch the given pattern +-d, --debounce 5000 the minimum number of milleseconds + to wait between changes + +-r, --restart restart the process (for servers, etc) +-s, --signal SIGHUP like -r, but with a signal (ex: SIGHUP) +-c, --clear clear the screen between command runs +-W (wait) ignore all changes as the command runs + +-- npm start what command to run, with its arguments + +--no-ignore disregard both .ignore and .gitignore +--no-vcs-ignore disregard only .gitignore +--no-default-ignore disregard built-in ignore lists ``` ### How to use