diff --git a/src/_bundle b/src/_bundle index f003142..7973d2d 100644 --- a/src/_bundle +++ b/src/_bundle @@ -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]' \ diff --git a/src/_dart b/src/_dart index a1433ef..562a91d 100644 --- a/src/_dart +++ b/src/_dart @@ -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' diff --git a/src/_flutter b/src/_flutter index 6f25711..dffd794 100644 --- a/src/_flutter +++ b/src/_flutter @@ -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) diff --git a/src/_fwupdmgr b/src/_fwupdmgr index 45a6e9e..2fc9c1e 100644 --- a/src/_fwupdmgr +++ b/src/_fwupdmgr @@ -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' diff --git a/src/_git-flow b/src/_git-flow index e848d0c..ae65758 100644 --- a/src/_git-flow +++ b/src/_git-flow @@ -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 \ diff --git a/src/_golang b/src/_golang index 8632e9c..5cd82a0 100644 --- a/src/_golang +++ b/src/_golang @@ -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' \ diff --git a/src/_httpie b/src/_httpie index 2d4de8d..45840b2 100644 --- a/src/_httpie +++ b/src/_httpie @@ -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]' \ diff --git a/src/_jest b/src/_jest index 0b54afc..b878e3c 100644 --- a/src/_jest +++ b/src/_jest @@ -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' \ diff --git a/src/_mix b/src/_mix index f4e2e18..fdf3d5a 100644 --- a/src/_mix +++ b/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' ) diff --git a/src/_node b/src/_node index 5162458..3046cdd 100644 --- a/src/_node +++ b/src/_node @@ -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]' \ diff --git a/src/_pm2 b/src/_pm2 index ba2d526..19dd8f5 100644 --- a/src/_pm2 +++ b/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 rights]:uid' \ - '--gid[run target script with rights]:gui' \ + '--gid[run target script with rights]:gid' \ '--namespace[start application within specified namespace]:namespace' \ '--cwd[run target script from path ]: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]' \ diff --git a/src/_pre-commit b/src/_pre-commit index 2f261a7..0ccab05 100644 --- a/src/_pre-commit +++ b/src/_pre-commit @@ -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)' diff --git a/src/_rubocop b/src/_rubocop index 64e4312..ac1cf3c 100644 --- a/src/_rubocop +++ b/src/_rubocop @@ -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' \ diff --git a/src/_yarn b/src/_yarn index 2b9b22f..d38c13c 100644 --- a/src/_yarn +++ b/src/_yarn @@ -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 ;;