From e4f41b6b14f06e6edaebfd1fc61937861c4c5b71 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 20 Jul 2017 16:32:07 +0200 Subject: fixed errors in command get --- lib/listcommands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/listcommands.py') diff --git a/lib/listcommands.py b/lib/listcommands.py index 8313d26..74079c9 100644 --- a/lib/listcommands.py +++ b/lib/listcommands.py @@ -6,13 +6,14 @@ class ListCommands(object): info = { 'info' : 'this is stout', 'set' : ['set a value', 3], + 'get' : ['return a value', 3] } commands = { 'quit' : None, 'clear' : None, 'set' : ['user'], - 'get' : ['user', 'user?', 'host', 'port'] + 'get' : ['i', ['user', 'host', 'port'], 'user?'] } @staticmethod -- cgit v1.2.3-18-g5258