aboutsummaryrefslogtreecommitdiffstats
path: root/src/_stack
diff options
context:
space:
mode:
authorKanashimia <56224949+kanashimia@users.noreply.github.com>2020-05-05 02:46:48 +0300
committerGitHub <noreply@github.com>2020-05-05 02:46:48 +0300
commit378d08d82db09344a7d0ef4b509bb1585f7b482d (patch)
tree6816e470e5cee22c2b644fa7589f477dcc30b9a5 /src/_stack
parentFix all words to start with a lowercase letter. (diff)
downloadzsh-completions-378d08d82db09344a7d0ef4b509bb1585f7b482d.tar
zsh-completions-378d08d82db09344a7d0ef4b509bb1585f7b482d.tar.gz
zsh-completions-378d08d82db09344a7d0ef4b509bb1585f7b482d.tar.bz2
zsh-completions-378d08d82db09344a7d0ef4b509bb1585f7b482d.tar.lz
zsh-completions-378d08d82db09344a7d0ef4b509bb1585f7b482d.tar.xz
zsh-completions-378d08d82db09344a7d0ef4b509bb1585f7b482d.tar.zst
zsh-completions-378d08d82db09344a7d0ef4b509bb1585f7b482d.zip
Another minor changes..
Diffstat (limited to 'src/_stack')
-rw-r--r--src/_stack8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_stack b/src/_stack
index ec3398f..9b2fc84 100644
--- a/src/_stack
+++ b/src/_stack
@@ -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]' \