Releases: anki-code/xontrib-argcomplete
Releases · anki-code/xontrib-argcomplete
0.3.1
Fix completion when no args.
0.3.0
Added xonsh lexer to parse command line.
0.2.8
Fixed DeprecationWarning
.
0.2.7
Disabled stderr for complex prefix
0.2.6
Added support of scripts with a path in the shebang.
Example:
#!/opt/miniconda/bin/python3.8
# PYTHON_ARGCOMPLETE_OK
...