forked from Mirror/pmbootstrap
Implement bash tab completion
This commit is contained in:
parent
d53550cdc6
commit
7eaf9de000
6 changed files with 31 additions and 71 deletions
3
setup.py
3
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue