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

by default list show accouts

parent 6303e22f
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class Command(object):
def cmd_list(self, argv):
'''List objects'''
if len(argv) == 1:
argv.append("")
argv.append("a")
items = self.cli.rpc.list(str.join("", argv[1:]))
for item in items:
pprint.pprint(item)
......
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