fix tox completion

- fix typos
This commit is contained in:
Shohei YOSHIDA 2026-03-08 21:39:19 +09:00
parent e4c9b686cd
commit f103e01de0
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 3 additions and 3 deletions

View File

@ -70,14 +70,14 @@ _tox() {
(run|run-parallel|depends|exec|list|quickstart|schema|config|devenv) (run|run-parallel|depends|exec|list|quickstart|schema|config|devenv)
options+=( options+=(
'--result-json[write a JSON file with detailed information]:file:_files' '--result-json[write a JSON file with detailed information]:file:_files'
'--hashseed[set PYTHONHASHSEED to the specified seed before running commands]:sed' '--hashseed[set PYTHONHASHSEED to the specified seed before running commands]:seed'
'--discover[for Python discovery first try these Python executables]:file:_files' '--discover[for Python discovery first try these Python executables]:file:_files'
'(--list-dependencies --no-list-dependencies)--list-dependencies[list the dependencies installed during environment setup]' '(--list-dependencies --no-list-dependencies)--list-dependencies[list the dependencies installed during environment setup]'
'(--list-dependencies --no-list-dependencies)--no-list-dependencies[never list the dependencies]' '(--list-dependencies --no-list-dependencies)--no-list-dependencies[never list the dependencies]'
'--develop[install package in development mode]' '--develop[install package in development mode]'
) )
;| ;|
(run|run-parallel|direnv) (run|run-parallel|devenv)
options+=( options+=(
'-m[label to evaluate]:label' '-m[label to evaluate]:label'
'-f[factor to evaluate]:factor' '-f[factor to evaluate]:factor'
@ -136,7 +136,7 @@ _tox_commands() {
'depends:visualize tox environment dependencies' 'depends:visualize tox environment dependencies'
'list:list environment' 'list:list environment'
'devenv:set up a development environment at ENVDIR' 'devenv:set up a development environment at ENVDIR'
'schema:ganerate schema for tox configuration' 'schema:generate schema for tox configuration'
'config:show tox configuration' 'config:show tox configuration'
'quickstart:quickly create a tox config file for a Python project' 'quickstart:quickly create a tox config file for a Python project'
'exec:execute an arbitrary command within a tox environment' 'exec:execute an arbitrary command within a tox environment'