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

@ -58,6 +58,9 @@ setup(
packages=find_packages(exclude=['aports', 'keys', 'test']),
tests_require=['pytest'],
cmdclass={'test': PyTest},
extras_require={
'completion': ['argcomplete'],
},
entry_points={
'console_scripts': [
'pmbootstrap=pmb:main',