From 185c41f5e23aa156aae157bd7be685cc0afc8338 Mon Sep 17 00:00:00 2001 From: Seblu Date: Mon, 27 Dec 2010 19:54:22 +0100 Subject: [PATCH] by default list show accouts --- cccli/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cccli/command.py b/cccli/command.py index 104fe78..1e37145 100644 --- a/cccli/command.py +++ b/cccli/command.py @@ -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) -- GitLab