Skip to content
Snippets Groups Projects
Commit f50f96d1 authored by Seblu's avatar Seblu
Browse files

list vm $toto -> list vm$toto

this is very usefull with alias!
parent 2c402543
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ class Command(object):
# arg stuff
if len(argv) == 1:
raise cmdBadArgument()
tql = str.join(" ", argv[1:])
tql = str.join("", argv[1:])
# print tql list result
items = self.cli.rpc.list(tql)
if len(items) == 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment