Some typo fixes
This commit is contained in:
parent
7a7ed4ea32
commit
398b4b7477
|
|
@ -48,7 +48,7 @@ _bundle() {
|
|||
|
||||
_arguments -C \
|
||||
'(- 1 *)'{-v,--version}'[display version information]' \
|
||||
'(-r --retry)'{-r,--retry}'[specify the number of times you with to attempt network commands]:number:' \
|
||||
'(-r --retry)'{-r,--retry}'[specify the number of times to attempt network commands]:number:' \
|
||||
'(-V --verbose)'{-V,--verbose}'[print out additional logging information]' \
|
||||
'--no-color[print all output without color]' \
|
||||
'1: :_bundle_commands' \
|
||||
|
|
@ -226,7 +226,7 @@ _bundle() {
|
|||
'--bundler=-[update the locked version of bundler to the given version or the latest version]:version' \
|
||||
'--local[do not attempt to connect to rubygems.org]' \
|
||||
'--print[prints the lockfile to STDOUT instead of writing to the file system]' \
|
||||
'--lockfile=[the path where the lick file should be written to]: :_files' \
|
||||
'--lockfile=[the path where the lock file should be written to]: :_files' \
|
||||
'--full-index[fall back to using the single file index of all gems]' \
|
||||
'--gemfile=[use the specified gemfile instead of Gemfile]:file:_files' \
|
||||
'--add-checksums[add checksums to the lockfile]' \
|
||||
|
|
@ -235,7 +235,7 @@ _bundle() {
|
|||
'--normalize-platforms[normalize lockfile platforms]' \
|
||||
'--patch[if updating, prefer updating only to next patch version]' \
|
||||
'--minor[if updating, prefer updating only to next minor version]' \
|
||||
'--major[if updating, prefer updating to next major version(default)]' \
|
||||
'--major[if updating, prefer updating to next major version(default)]' \
|
||||
'--pre[if updating, always choose the highest allowed version]' \
|
||||
'--strict[if updating, do not allow any gem to be updated past latest --patch | --minor | --major]' \
|
||||
'--conservative[if updating, use bundle install conservative update behavior]' \
|
||||
|
|
|
|||
|
|
@ -176,8 +176,8 @@ _dart() {
|
|||
'--write-service-info=[Outputs information necessary to connect to the VM service]:service_info:_files' \
|
||||
'(--no-dds --dds)--dds[Use the Dart Development Service for enhanced debugging functionality]' \
|
||||
'(--no-dds --dds)--no-dds[Not use the Dart Development Service for enhanced debugging functionality]' \
|
||||
'(--no-serve-observatory --serve-observatory)--serve-observatory[Enable hosting Observatory throught the VM service]' \
|
||||
'(--no-serve-observatory --serve-observatory)--no-serve-observatory[Disable hosting Observatory throught the VM service]' \
|
||||
'(--no-serve-observatory --serve-observatory)--serve-observatory[Enable hosting Observatory through the VM service]' \
|
||||
'(--no-serve-observatory --serve-observatory)--no-serve-observatory[Disable hosting Observatory through the VM service]' \
|
||||
'(--no-print-dtd --print-dtd)--print-dtd[Prints connection details for the Dart Tooling Daemon]' \
|
||||
'(--no-print-dtd --print-dtd)--no-print-dtd[Not print connection details for the Dart Tooling Daemon]' \
|
||||
'--enable-experiment=[Enable one or more experimental features]:features:_dart_run_enable_experiment' \
|
||||
|
|
@ -679,7 +679,7 @@ _dart_run_timeline_streams() {
|
|||
(( $+functions[_dart_run_enable_experiment] )) ||
|
||||
_dart_run_enable_experiment() {
|
||||
local -a features=(
|
||||
'augumentations:Augumentations - enhancing declarations from outside'
|
||||
'augumentations:Augmentations - enhancing declarations from outside'
|
||||
'const-function:Allow more of the Dart language to be executed in const expression'
|
||||
'dot-shorthands:Shorter dot syntax for static accesses'
|
||||
'enhanced-parts:Generalize parts to be nested and have exports/imports'
|
||||
|
|
|
|||
|
|
@ -463,7 +463,7 @@ _flutter() {
|
|||
_arguments \
|
||||
'(- *)'{-h,--help}'[Print this usage information]' \
|
||||
'(-d --debug-info)'{-d,--debug-info=}'[A path to the symbols file generated with "--split-debug-info"]: :_files' \
|
||||
'(-u --unit-id-debug-info)'{-d,--unit-id-debug}'[A loading unit id and the path to the symbols file]:id' \
|
||||
'(-u --unit-id-debug-info)'{-u,--unit-id-debug}'[A loading unit id and the path to the symbols file]:id' \
|
||||
'(-i --input)'{-i,--input=}'[A file path containing a Dart stack trace]: :_files' \
|
||||
'(-o --output)'{-o,--output=}'[A file path for a symbolized stack trace to be written to]: :_files' \
|
||||
&& ret=0
|
||||
|
|
@ -936,7 +936,7 @@ _flutter_pub_cache() {
|
|||
(clean)
|
||||
_arguments \
|
||||
'(- *)'{-h,--help}'[Print this usage information]' \
|
||||
'(-f --force)'{f,--force}'[Do not ask for confirmation]' \
|
||||
'(-f --force)'{-f,--force}'[Do not ask for confirmation]' \
|
||||
&& ret=0
|
||||
;;
|
||||
(repair)
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ _fwupdmgr_commands() {
|
|||
'set-approved-firmware:sets the list of approved firmware'
|
||||
'set-bios-setting:sets one or more BIOS settings'
|
||||
'switch-branch:switch the firmware branch on device'
|
||||
'sync-bkc:sync firmware versions to the host best known configuration '
|
||||
'sync-bkc:sync firmware versions to the host best known configuration'
|
||||
'unblock-firmware:unblocks a specific firmware from being installed'
|
||||
'uninhibit:uninhibit the system to allow upgrades'
|
||||
'unlock:unlocks the device for firmware access'
|
||||
|
|
|
|||
|
|
@ -104,8 +104,8 @@ __git-flow-release () {
|
|||
'start:Start a new release branch.'
|
||||
'finish:Finish a release branch.'
|
||||
'list:List all your release branches. (Alias to `git flow release`)'
|
||||
'publish:Publish this release branch to origin.`)'
|
||||
'track:Track a release branch from origin.`)'
|
||||
'publish:Publish this release branch to origin.'
|
||||
'track:Track a release branch from origin.'
|
||||
)
|
||||
_describe -t commands 'git flow release' subcommands
|
||||
_arguments \
|
||||
|
|
@ -162,7 +162,7 @@ __git-flow-hotfix () {
|
|||
'start:Start a new hotfix branch.'
|
||||
'finish:Finish a hotfix branch.'
|
||||
'list:List all your hotfix branches. (Alias to `git flow hotfix`)'
|
||||
'publish:Publish this hotfix branch to origin`)'
|
||||
'publish:Publish this hotfix branch to origin'
|
||||
)
|
||||
_describe -t commands 'git flow hotfix' subcommands
|
||||
_arguments \
|
||||
|
|
|
|||
|
|
@ -427,7 +427,6 @@ case $state in
|
|||
local -a fix_flags=(
|
||||
'-fixtool=[specify fix analyzer]:analyzer:__golang_fix_analyzers'
|
||||
'-diff[display diffs instead of rewriting files]'
|
||||
'-fixtool=[select analysis tool]:analyzer:'
|
||||
'(- *)-V[print version and exit]'
|
||||
'-any[enable any analysis]'
|
||||
'-buildtag[enable buildtag analysis]'
|
||||
|
|
@ -747,7 +746,6 @@ case $state in
|
|||
'-test.fuzzminimizetime[time to spend minimizing a value after finding a failing input (default 1m0s)]:t' \
|
||||
'-test.fuzztime[time to spend fuzzing; default is to run indefinitely]:t' \
|
||||
'-test.fuzzworker[coordinate with the parent process to fuzz random values (for use only by cmd/go)]' \
|
||||
'-test.list[list tests, examples, and benchmarks matching regexp then exit]:regexp' \
|
||||
'-test.memprofile[write an allocation profile to file]:file:_files' \
|
||||
'-test.memprofilerate[set memory allocation profiling rate (see runtime.MemProfileRate)]:rate' \
|
||||
'-test.mutexprofile[write a mutex contention profile to the named file after execution]:string' \
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ _arguments -n -C -s \
|
|||
'--unsorted[Disables all sorting while formatting output]' \
|
||||
'--sorted[Re-enables all sorting options while formatting output]' \
|
||||
'--response-charset=[Override the response encoding for terminal display purposes]:encoding' \
|
||||
'--response-mime=[Override the response mime type for coloring and formatting for the terminal]:mine' \
|
||||
'--response-mime=[Override the response mime type for coloring and formatting for the terminal]:mime' \
|
||||
'--format-options=[Controls output formatting]:format' \
|
||||
'(-p --print)'{-p,--print}'=[String specifying what the output should contain]:print flags:_httpie_printflags' \
|
||||
'(-v --verbose)'{-v,--verbose}'[Print the whole request as well as the response]' \
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ _arguments -C -s \
|
|||
'(-u --updateSnapshot)'{-u,--updateSnapshot}'[Re-record snapshots]' \
|
||||
'--useStderr[Divert all output to stderr]' \
|
||||
'--verbose[Display individual test results with the test suite hierarchy]' \
|
||||
'--waitForUnhandledRejections[Give one event loop turn to handle unhandles rejections]' \
|
||||
'--waitForUnhandledRejections[Give one event loop turn to handle unhandled rejections]' \
|
||||
'--watch[Watch files for changes and rerun tests related to changed files]' \
|
||||
'--watchAll[Watch files for changes and rerun all tests]' \
|
||||
'--watchPathIgnorePatterns[Ignore patterns of watch path]:array' \
|
||||
|
|
|
|||
4
src/_mix
4
src/_mix
|
|
@ -362,7 +362,7 @@ _mix() {
|
|||
'--partitions[set the amount of partitions to split tests in]:partition' \
|
||||
'--preload-modules[preload all modules defined in applications]' \
|
||||
'--profile-require[profile the time spent to require test files]:type:(time)' \
|
||||
'--raise[immediate raise if the the test suite fails instead of continuing]' \
|
||||
'--raise[immediate raise if the test suite fails instead of continuing]' \
|
||||
'--repeat-until-failure[set the number of repetitions for running the suite until it fails]:num' \
|
||||
'--seed[seed the random generator used to randomize the order of tests(0 means disable randomization)]:seed' \
|
||||
'--slowest[print timing information for the N slowest tests]:num' \
|
||||
|
|
@ -751,7 +751,7 @@ _mix_hex_tasks() {
|
|||
local -a tasks=(
|
||||
'add:Add a repository'
|
||||
'set:Set config for repository'
|
||||
'remove:Remote repository'
|
||||
'remove:Remove repository'
|
||||
'show:Show repository config'
|
||||
'list:List all repos'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ _node() {
|
|||
'--experimental-storage-inspection[experimental storage inspection support]' \
|
||||
'--experimental-test-coverage[enable code coverage in the test runner]' \
|
||||
'--experimental-test-module-mocks[enable module mocking in the test runner]' \
|
||||
'--experimental-transform-types[enable transformation of TypeScript-onlysyntax into JavaScript code]' \
|
||||
'--experimental-transform-types[enable transformation of TypeScript-only syntax into JavaScript code]' \
|
||||
'--experimental-vm-modules[experimental ES Module support in vm module]' \
|
||||
'--experimental-worker-inspection[experimental worker inspection support]' \
|
||||
'--expose-gc[expose gc extension]' \
|
||||
|
|
@ -244,7 +244,7 @@ _node() {
|
|||
'--trace-deprecation[show stack traces on deprecations]' \
|
||||
'--trace-env[print accesses to the environment variables]' \
|
||||
'--trace-env-js-stack[print accesses to the environment variables and the JavaScript stack trace]' \
|
||||
'--trace-env-native-stack[print accesses to the environment variables and the native stack trace ]' \
|
||||
'--trace-env-native-stack[print accesses to the environment variables and the native stack trace]' \
|
||||
'--trace-event-categories[comma separated list of trace event categories to record]: :{_values -s , categories node node.async_hooks node.bootstrap node.perf node.perf.usertiming node.perf.timerify node.fs.sync node.vm.script v8}' \
|
||||
'--trace-event-file-pattern[Template string specifying the filepath for the trace-events data, it supports ${rotation} and ${pid} log-rotation id. %2$u is the pid.]:template string' \
|
||||
'--trace-exit[show stack trace when an environment exits]' \
|
||||
|
|
|
|||
4
src/_pm2
4
src/_pm2
|
|
@ -54,7 +54,7 @@ _pm2() {
|
|||
'--max-restarts[only start the script COUNT times]:count' \
|
||||
'(-u --user)'{-u,--user}'[define user when generating startup script]:username' \
|
||||
'--uid[run target script with <uid> rights]:uid' \
|
||||
'--gid[run target script with <gid> rights]:gui' \
|
||||
'--gid[run target script with <gid> rights]:gid' \
|
||||
'--namespace[start application within specified namespace]:namespace' \
|
||||
'--cwd[run target script from path <cwd>]:cwd:_files -/' \
|
||||
'--hp[define home path when generating startup script]: :_paths -/' \
|
||||
|
|
@ -72,7 +72,7 @@ _pm2() {
|
|||
'*--ignore-watch[list of paths to ignore]: :_files' \
|
||||
'--no-color[skip colors]' \
|
||||
'--no-vizion[start an app without vizion feature]' \
|
||||
'--np-autorestart[start an app without automatic restart]' \
|
||||
'--no-autorestart[start an app without automatic restart]' \
|
||||
'--no-treekill[only kill the main process, not detached children]' \
|
||||
'--no-pmx[start an app without pmx]' \
|
||||
'--no-automation[start an app without automation]' \
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ _pre_commit() {
|
|||
'--commit-msg-filename[file name to check when running during "commit-msg"]:file:_files'
|
||||
'--prepare-commit-message-source[source of the commit message]:source'
|
||||
'--commit-object-name[commit object name]:object_name'
|
||||
'--remote-name[Remote name used by "git push"]:name:remote:_pre_commit_git_remotes'
|
||||
'--remote-name[Remote name used by "git push"]:remote:_pre_commit_git_remotes'
|
||||
'--remote-url[Remote url used by "git push"]:url:_urls'
|
||||
'--checkout-type[branch check out or a file checkout]:type:_pre_commit_commit_types'
|
||||
'--is-squash-merge[use squash merge]:flag:(0 1)'
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ _arguments \
|
|||
'--display-only-failed[Only output offense messages]' \
|
||||
'--display-only-fail-level-offenses[Only output offense messages at the specified --fail-level or above]' \
|
||||
'--display-only-correctable[Only output correctable offense messages]' \
|
||||
'--display-only-safe-correctable[Only output safe-correctable offense messages with combined with --display-only-correctable]' \
|
||||
'--display-only-safe-correctable[Only output safe-correctable offense messages when combined with --display-only-correctable]' \
|
||||
'(-a --autocorrect)'{-a,--autocorrect}"[Auto-correct offenses(only when it's safe)]" \
|
||||
'(-A --autocorrect-all)'{-A,--autocorrect-all}'[Autocorrect offenses(safe and unsafe)]' \
|
||||
'--disable-uncorrectable[used with --autocorrect to annotate any offenses that do not support autocorrect with comments]' \
|
||||
|
|
@ -100,7 +100,7 @@ _arguments \
|
|||
'(--no-exclude-limit --exclude-limit)--no-exclude-limit[Do not set the limit for how many files to exclude]' \
|
||||
'--offense-counts[Include offense counts in configuration file generated by --auto-gen-config]' \
|
||||
'--auto-gen-only-exclude[Generate only Exclude parameters and not Max when running --auto-gen-config]' \
|
||||
'--auto-gen-timestamp[Include the data and time when the --auto-gen-config was run in the file it generates]' \
|
||||
'--auto-gen-timestamp[Include the date and time when the --auto-gen-config was run in the file it generates]' \
|
||||
'--auto-gen-enforced-style[Add a setting to the TODO configuration file to enforce the style used]' \
|
||||
'(-L --list-target-files)'{-L,--list-target-files}'[List all files RuboCop will inspect]' \
|
||||
'*--show-cops[Show the given cops or all cops]::cops' \
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ _yarn() {
|
|||
'--immutable-cache[abort if the cache folder was to be modified]' \
|
||||
'--refresh-lockfile[refresh the package metadata stored in the lockfile]' \
|
||||
'--check-cache[always refetch the packages and ensure that their checksums are consistent]' \
|
||||
'--check-resolutions[valudata that the package resolutions are coherent]' \
|
||||
'--check-resolutions[validate that the package resolutions are coherent]' \
|
||||
'--inline-builds[verbosely print the output of the build steps of dependencies]' \
|
||||
'--mode[change what artifacts installs generate]:mode:(skip-build update-lockfile)' \
|
||||
&& ret=0
|
||||
|
|
@ -189,7 +189,7 @@ _yarn() {
|
|||
(patch-commit)
|
||||
_arguments \
|
||||
'(- *)'{-h,--help}'[show help message and exit]' \
|
||||
'(-s --save)'{-s,--save}'[add the patch to your resoltion entries]' \
|
||||
'(-s --save)'{-s,--save}'[add the patch to your resolution entries]' \
|
||||
'*:dir:_files -/' \
|
||||
&& ret=0
|
||||
;;
|
||||
|
|
@ -380,7 +380,7 @@ _yarn_config() {
|
|||
(set)
|
||||
_arguments \
|
||||
'(- *)'{-h,--help}'[show help message and exit]' \
|
||||
'--json[set complete configuration settins to JSON values]' \
|
||||
'--json[set complete configuration settings to JSON values]' \
|
||||
'(-H --home)'{-H,--home}'[update the home configuration instead of the project one]' \
|
||||
'1:name' \
|
||||
'2:value' \
|
||||
|
|
@ -805,7 +805,7 @@ _yarn_workspaces() {
|
|||
_arguments \
|
||||
'(- *)'{-h,--help}'[show help message and exit]' \
|
||||
'--json[format the output as an NDJSON stream]' \
|
||||
'--production[only install regular dependencies by ommiting dev dependencies]' \
|
||||
'--production[only install regular dependencies by omitting dev dependencies]' \
|
||||
'(-A --all)'{-A,--all}'[install the entire project]' \
|
||||
&& ret=0
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue