mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Reorder items in help output
Apparently clap goes by the internal option name, not the display :(
This commit is contained in:
parent
a00912f17f
commit
736f7f1270
2 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ FLAGS:
|
|||
--no-default-ignore Skip auto-ignoring of commonly ignored globs
|
||||
--no-environment Do not set WATCHEXEC_*_PATH environment variables for the command
|
||||
--no-global-ignore Skip auto-loading of global or environment-wide ignore files
|
||||
--no-ignore Skip auto-loading of project ignore files (.gitignore, .ignore, etc.)
|
||||
--no-meta Ignore metadata changes
|
||||
--no-process-group Do not use a process group when running the command
|
||||
--no-ignore Skip auto-loading of project ignore files (.gitignore, .ignore, etc.)
|
||||
-n, --no-shell Do not wrap command in a shell. Deprecated: use --shell=none instead.
|
||||
--no-vcs-ignore Skip auto-loading of VCS (Git, etc) ignore files
|
||||
-N, --notify Send a desktop notification when the command ends
|
||||
|
|
|
@ -15,9 +15,9 @@ FLAGS:
|
|||
--no-default-ignore Skip auto-ignoring of commonly ignored globs
|
||||
--no-environment Do not set WATCHEXEC_*_PATH environment variables for the command
|
||||
--no-global-ignore Skip auto-loading of global or environment-wide ignore files
|
||||
--no-ignore Skip auto-loading of project ignore files (.gitignore, .ignore, etc.)
|
||||
--no-meta Ignore metadata changes
|
||||
--no-process-group Do not use a process group when running the command
|
||||
--no-ignore Skip auto-loading of project ignore files (.gitignore, .ignore, etc.)
|
||||
-n, --no-shell Do not wrap command in a shell. Deprecated: use --shell=none instead.
|
||||
--no-vcs-ignore Skip auto-loading of VCS (Git, etc) ignore files
|
||||
-N, --notify Send a desktop notification when the command ends
|
||||
|
|
Loading…
Reference in a new issue