Skip to content

0.2.6

Compare
Choose a tag to compare
@anki-code anki-code released this 19 Sep 08:35
· 43 commits to master since this release
24c97d8

Added support of scripts with a path in the shebang.
Example:

#!/opt/miniconda/bin/python3.8
# PYTHON_ARGCOMPLETE_OK
...