mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-25 09:21:30 +00:00
Completer: add forgotten "remove" to command completion
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
d9a9a26c57
commit
de56c719b6
@ -28,7 +28,7 @@ class Completer(object):
|
|||||||
Creates a completer for a given britney.
|
Creates a completer for a given britney.
|
||||||
"""
|
"""
|
||||||
self.matches = []
|
self.matches = []
|
||||||
self.cmds = ['easy', 'hint', 'force-hint', 'force',
|
self.cmds = ['easy', 'hint', 'force-hint', 'force', 'remove',
|
||||||
'force', 'age-days', 'urgent', 'block-all',
|
'force', 'age-days', 'urgent', 'block-all',
|
||||||
'block', 'block-udeb', 'unblock', 'unblock-udeb',
|
'block', 'block-udeb', 'unblock', 'unblock-udeb',
|
||||||
'exit', 'quit']
|
'exit', 'quit']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user