Completer: add "approve" to the command completion

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
Adam D. Barratt 2013-03-16 17:19:49 +00:00
parent 74b087c13a
commit 00196429e2

View File

@ -32,7 +32,7 @@ class Completer(object):
self.cmds = ['easy', 'hint', 'force-hint', 'force', 'remove',
'force', 'age-days', 'urgent', 'block-all',
'block', 'block-udeb', 'unblock', 'unblock-udeb',
'exit', 'quit']
'approve', 'exit', 'quit']
self.britney = britney
# generate a completion list from excuses.
# - it might contain too many items, but meh