Implement bash tab completion

This commit is contained in:
Grant Miller 2018-08-27 21:35:05 +00:00 committed by Oliver Smith
parent d53550cdc6
commit 7eaf9de000
6 changed files with 31 additions and 71 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3
# PYTHON_ARGCOMPLETE_OK
"""
Copyright 2018 Oliver Smith