Another minor changes..

This commit is contained in:
Kanashimia 2020-05-05 02:46:48 +03:00 committed by GitHub
parent 44b3d21dd7
commit 378d08d82d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ _stack () {
--help'[show usage information]' \
--version'[show version]' \
--numeric-version'[show only version number]' \
--hpack-numeric-version"[Show only hpack's version number]" \
--hpack-numeric-version"[show only hpack's version number]" \
'--docker*[run "stack --docker-help" for details]' \
'--nix*[run "stack --nix-help" for details]' \
--verbosity'[verbosity: silent, error, warn, info, debug]' \
@ -70,7 +70,7 @@ _stack () {
--no-skip-ghc-check'[disable skipping the GHC version and architecture check]' \
--skip-msys'[enable skipping the local MSYS installation (Windows only)]' \
--no-skip-msys'[disable skipping the local MSYS installation (Windows only)]' \
--local-bin-path'[install binaries to DIR]' \
--local-bin-path'[install binaries to specified location]' \
--setup-info-yaml'[alternate URL or relative / absolute path for stack dependencies]' \
--modify-code-page'[enable setting the codepage to support UTF-8 (Windows only)]' \
--no-modify-code-page'[disable setting the codepage to support UTF-8 (Windows only)]' \
@ -78,7 +78,7 @@ _stack () {
--no-allow-different-user'[disable permission for non-owners to use a stack installation (POSIX only)]' \
--dump-logs'[enable dump the build output logs for local packages to the console]' \
--no-dump-logs'[disable dump the build output logs for local packages to the console]' \
{--color,--colour}'[specify when to use color in output; WHEN is "always", "never", or "auto".]' \
{--color,--colour}'[specify when to use color in output; accepts "always", "never", "auto"]' \
--resolver'[override resolver in project file]' \
--terminal'[enable overriding terminal detection in the case of running in a false terminal]' \
--no-terminal'[disable overriding terminal detection in the case of running in a false terminal]' \
@ -102,7 +102,7 @@ __stack_modes () {
'init[create stack project config from cabal or hpack package specifications]' \
'setup[get the appropriate ghc for your project]' \
'path[print out handy path information]' \
"ls[list command. (Supports snapshots, dependencies and stack's styles)]" \
"ls[list command. (supports snapshots, dependencies and stack's styles)]" \
'unpack[unpack one or more packages locally]' \
'update[update the package index]' \
'upgrade[upgrade to the latest stack]' \