Another minor changes..
This commit is contained in:
parent
44b3d21dd7
commit
378d08d82d
|
@ -44,7 +44,7 @@ _stack () {
|
||||||
--help'[show usage information]' \
|
--help'[show usage information]' \
|
||||||
--version'[show version]' \
|
--version'[show version]' \
|
||||||
--numeric-version'[show only version number]' \
|
--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]' \
|
'--docker*[run "stack --docker-help" for details]' \
|
||||||
'--nix*[run "stack --nix-help" for details]' \
|
'--nix*[run "stack --nix-help" for details]' \
|
||||||
--verbosity'[verbosity: silent, error, warn, info, debug]' \
|
--verbosity'[verbosity: silent, error, warn, info, debug]' \
|
||||||
|
@ -70,7 +70,7 @@ _stack () {
|
||||||
--no-skip-ghc-check'[disable skipping the GHC version and architecture check]' \
|
--no-skip-ghc-check'[disable skipping the GHC version and architecture check]' \
|
||||||
--skip-msys'[enable skipping the local MSYS installation (Windows only)]' \
|
--skip-msys'[enable skipping the local MSYS installation (Windows only)]' \
|
||||||
--no-skip-msys'[disable 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]' \
|
--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)]' \
|
--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)]' \
|
--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)]' \
|
--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]' \
|
--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]' \
|
--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]' \
|
--resolver'[override resolver in project file]' \
|
||||||
--terminal'[enable overriding terminal detection in the case of running in a false terminal]' \
|
--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]' \
|
--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]' \
|
'init[create stack project config from cabal or hpack package specifications]' \
|
||||||
'setup[get the appropriate ghc for your project]' \
|
'setup[get the appropriate ghc for your project]' \
|
||||||
'path[print out handy path information]' \
|
'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]' \
|
'unpack[unpack one or more packages locally]' \
|
||||||
'update[update the package index]' \
|
'update[update the package index]' \
|
||||||
'upgrade[upgrade to the latest stack]' \
|
'upgrade[upgrade to the latest stack]' \
|
||||||
|
|
Loading…
Reference in New Issue