mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
#533: fix command positional substitution arguments conflicting with options
This commit is contained in:
@@ -40,7 +40,7 @@ _arguments \
|
||||
'--alwayscopy[override alwayscopy setting to True in all envs]' \
|
||||
'--skip-missing-interpreters[do not fail tests for missing interpreters]: :(config true false)' \
|
||||
'--workdir[tox working directory]: :_files -/' \
|
||||
'*:command positional substitution arguments'
|
||||
'*: :_guard "^-*" command positional substitution arguments'
|
||||
|
||||
(( $+functions[_tox_envs_list] )) ||
|
||||
_tox_envs_list() {
|
||||
|
||||
Reference in New Issue
Block a user