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 5d57dd0 commit ea13241Copy full SHA for ea13241
completions/pytest
@@ -3,7 +3,7 @@
3
_comp_cmd_pytest__option_choice_args()
4
{
5
local modes=$("$1" "$2=bash-completion-nonexistent" 2>&1 |
6
- command sed -e 's/[^[:space:][:alnum:]-]\{1,\}//g' \
+ command sed -e 's/[^[:space:][:alnum:]_-]\{1,\}//g' \
7
-ne 's/.*choose from //p')
8
_comp_compgen -a -- -W '$modes'
9
}
0 commit comments