Reorder items in help output

Apparently clap goes by the internal option name, not the display :(
This commit is contained in:
Félix Saparelli 2021-12-29 19:36:40 +13:00
parent a00912f17f
commit 736f7f1270
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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