From d9a9a26c57072f34342fee605832373d7b29723d Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sat, 16 Mar 2013 16:39:23 +0000 Subject: [PATCH] Completer: support all hints Signed-off-by: Adam D. Barratt --- completer.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/completer.py b/completer.py index 36345d5..9797b9e 100644 --- a/completer.py +++ b/completer.py @@ -28,7 +28,10 @@ class Completer(object): Creates a completer for a given britney. """ self.matches = [] - self.cmds = ['easy', 'hint', 'force-hint', 'exit', 'quit'] + self.cmds = ['easy', 'hint', 'force-hint', 'force', + 'force', 'age-days', 'urgent', 'block-all', + 'block', 'block-udeb', 'unblock', 'unblock-udeb', + 'exit', 'quit'] self.britney = britney # generate a completion list from excuses. # - it might contain too many items, but meh