Skip to content

Commit

Permalink
fix(python): complete micropython and pyston script args consistently
Browse files Browse the repository at this point in the history
...with python and pypy variants.
  • Loading branch information
scop committed May 15, 2023
1 parent e63a940 commit 5b60ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/python
Expand Up @@ -63,7 +63,7 @@ _comp_cmd_python()
_comp_compgen -- -W "help off"
return
;;
!(?(*/)python*([0-9.])|?(*/)pypy*([0-9.])|-?))
!(?(*/)?(micro)python*([0-9.])|?(*/)py@(py|ston)*([0-9.])|-?))
if [[ $cword -lt 2 || ${words[cword - 2]} != -[QWX] ]]; then
_comp_compgen_filedir
return
Expand Down

0 comments on commit 5b60ccc

Please sign in to comment.