summaryrefslogtreecommitdiff
path: root/lib/listcommands.py
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-08-21 19:25:48 +0200
committerSanto Cariotti <sancn@live.com>2017-08-21 19:25:48 +0200
commit7d8a51880e9e06fb79cc8d728382b4253246d17c (patch)
treed654bae2a74fff9a8b1b0f74847906584b63de1f /lib/listcommands.py
parent46e20dca5d9ac795636de326546db21186281e06 (diff)
deleted "clear shell" function
Diffstat (limited to 'lib/listcommands.py')
-rw-r--r--lib/listcommands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/listcommands.py b/lib/listcommands.py
index c779524..987aeb5 100644
--- a/lib/listcommands.py
+++ b/lib/listcommands.py
@@ -19,7 +19,6 @@ Se utilizzato con il "flag" i, si possono visualizzare le info: get i host, get
commands = {
'quit' : None,
- 'clear' : None,
'set' : ['user'],
'get' : ['i', ['user', 'host', 'port', 'unix_socket_path', 'db'], 'todo', 'ctodo'],
'add' : None,