choices list is now dynamic

pull/25/head
kewl fft 2019-04-11 19:39:01 +01:00
parent 72d432ac7a
commit 8b1ba99cdc
1 changed files with 1 additions and 1 deletions

2
aur.py
View File

@ -209,7 +209,7 @@ def main():
},
'use': {
'default': 'auto',
'choices': ['auto', 'aurman', 'pacaur', 'trizen', 'pikaur', 'yay', 'makepkg'],
'choices': ['auto'] + list(use_cmd.keys()),
},
'skip_installed': {
'default': False,