Commit Graph

13 Commits

Author SHA1 Message Date
Leon Barrett
841d72b669 Update options in man page
The options were out of date (e.g. `-d` was debug). This updates them to
match the help text.

This also adds some documentation about separating the command with --
so that clap doesn't eat the flags intended for the command.
2019-07-30 11:44:58 +12:00
Félix Saparelli
c7f7e18e3b Update man page with WATCHEXEC_*_PATH modifications from #90 2018-08-19 21:14:42 +12:00
Bruce Guenter
c98bea3118 Fix default ignore for vim temporary files
.swp files are created by vim to store editing state while a file is
open. However, it may also create .swo, .swn, etc files if .swp already
exists. Also, the temporary files are always hidden (start with ".").
Finally, vim temporarily creates .swpx files as well which are caught by
inotify.

This change fixes the *.swp pattern to only match hidden files and to
match the other vim temporary files.
2018-02-08 14:53:08 -06:00
Les Aker
58ff772d62 add docs for no-default-ignore 2017-04-25 21:17:46 -04:00
Chris Aumann
780b54b34e Port --no-shell to Windows 2017-04-10 00:20:57 +02:00
Chris Aumann
ea130dd021 Add documentation for --no-shell 2017-04-10 00:20:27 +02:00
Chris Aumann
f5f65c3a28 Add --signal documentation to doc/* 2017-04-02 21:21:30 +02:00
Matt Green
0e371d1c56 Update docs for 1.7.0 2017-02-05 13:29:38 -05:00
Matt Green
9c65e816da Add -k option to send SIGKILL instead of SIGTERM; closes #31 2016-12-19 11:37:20 -05:00
Matt Green
98c2698798 Document dropped --watch option 2016-11-17 08:49:31 -05:00
Matt Green
fb81b9d219 Update man page for 2016-10-30 13:58:59 -04:00
Matt Green
22bfb44868 Man page refinements 2016-10-29 13:12:48 -04:00
Matt Green
488188c6de Add man page 2016-10-29 13:08:55 -04:00