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 d9690e1 commit 1fcbe44Copy full SHA for 1fcbe44
completions/pytest
@@ -13,11 +13,11 @@ _pytest()
13
local cur prev words cword split comp_args
14
_comp_initialize -s -n : -- "$@" || return
15
16
- local otherflags='!(-*|*[kmorpWn]*)'
+ local otherflags='!(-*|*[kmorpcWn]*)'
17
# shellcheck disable=SC2254
18
case $prev in
19
--help | --maxfail | --report | --junit-prefix | --doctest-glob | \
20
- -${otherflags}[hkmorp])
+ -${otherflags}[hkmorpc])
21
return
22
;;
23
--import-mode)
0 commit comments