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']