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.
2 parents a7fa31b + 5b60ccc commit 31fb78bCopy full SHA for 31fb78b
completions/python
@@ -63,7 +63,7 @@ _comp_cmd_python()
63
_comp_compgen -- -W "help off"
64
return
65
;;
66
- !(?(*/)python*([0-9.])|?(*/)pypy*([0-9.])|-?))
+ !(?(*/)?(micro)python*([0-9.])|?(*/)py@(py|ston)*([0-9.])|-?))
67
if [[ $cword -lt 2 || ${words[cword - 2]} != -[QWX] ]]; then
68
_comp_compgen_filedir
69
test/t/test_pyston.py
@@ -6,7 +6,7 @@ class TestPyston:
6
def test_basic(self, completion):
7
assert completion
8
9
- @pytest.mark.complete("pyston -")
+ @pytest.mark.complete("pyston -", require_cmd=True)
10
def test_options(self, completion):
11
12
0 commit comments