summaryrefslogtreecommitdiff
path: root/lib/listcommands.py
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-07-20 16:41:23 +0200
committerSanto Cariotti <sancn@live.com>2017-07-20 16:41:23 +0200
commit3a8127c40245dc9af4da5173b576d872dc0973b1 (patch)
treefa27460e4023bc12f3217bbf2571d083d0256c18 /lib/listcommands.py
parentf13d8c416b1bc1a0a7b2c07d2c9913ef11f3328f (diff)
added all config sets into get command
Diffstat (limited to 'lib/listcommands.py')
-rw-r--r--lib/listcommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/listcommands.py b/lib/listcommands.py
index 74079c9..04202a4 100644
--- a/lib/listcommands.py
+++ b/lib/listcommands.py
@@ -13,7 +13,7 @@ class ListCommands(object):
'quit' : None,
'clear' : None,
'set' : ['user'],
- 'get' : ['i', ['user', 'host', 'port'], 'user?']
+ 'get' : ['i', ['user', 'host', 'port', 'socket_path', 'db'], 'user?']
}
@staticmethod