We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9483503 commit ab7c0b4Copy full SHA for ab7c0b4
completions/pytest
@@ -13,7 +13,7 @@ _pytest()
13
local cur prev words cword split comp_args
14
_comp_initialize -s -n : -- "$@" || return
15
16
- local noargopts='!(-*|*[kmorpWn]*)'
+ local noargopts='!(-*|*[kmorpcWn]*)'
17
# shellcheck disable=SC2254
18
case $prev in
19
--help | --maxfail | --report | --junit-prefix | --doctest-glob | \
@@ -57,7 +57,7 @@ _pytest()
57
_filedir log
58
return
59
;;
60
- --ignore)
+ --ignore | -${noargopts}c)
61
_filedir
62
63
0 commit comments