From de56c719b6eb1465a5fa94a5a427d9a8fae53093 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sat, 16 Mar 2013 16:59:19 +0000 Subject: [PATCH] Completer: add forgotten "remove" to command completion Signed-off-by: Adam D. Barratt --- completer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completer.py b/completer.py index 9797b9e..851d466 100644 --- a/completer.py +++ b/completer.py @@ -28,7 +28,7 @@ class Completer(object): Creates a completer for a given britney. """ self.matches = [] - self.cmds = ['easy', 'hint', 'force-hint', 'force', + self.cmds = ['easy', 'hint', 'force-hint', 'force', 'remove', 'force', 'age-days', 'urgent', 'block-all', 'block', 'block-udeb', 'unblock', 'unblock-udeb', 'exit', 'quit']