-
Notifications
You must be signed in to change notification settings - Fork 3
/
help.txt
16 lines (15 loc) · 872 Bytes
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===============================================================================
Usage: jung [options] -- <command>
Options are:
--root, -r <dir> | Watch files in <dir>, default cwd
--dirs, -d <regex> | Only watch sub directories matching <regex>
--notdirs, -D <regex> | Ignore sub directories matching <regex>
--files, -f <regex> | Only watch files matching <regex>
--notfiles, -F <regex> | Ignore files matching <regex>
--wait, -w <time> | Debounce reaction for <time> ms, default 300
--timeout, -t <time> | Wait <time> ms after SIGTERM to SIGKILL, default 500
--kill, -k | Kill command for subsequent triggers
--quiet, -q | Do not show output from <command>
--run, -R | Run <command> when jung first starts
--version, -v | Print jung version
--help, -h | This thing.