do_subscriptions: use do_ls to cache objects in repl
This commit is contained in:
parent
5fe3409f18
commit
7fbd375360
1 changed files with 1 additions and 3 deletions
|
|
@ -97,9 +97,7 @@ class Boobill(ReplApplication):
|
|||
|
||||
List all subscriptions.
|
||||
"""
|
||||
self.start_format()
|
||||
for subscription in self.get_object_list('iter_subscription'):
|
||||
self.format(subscription)
|
||||
return self.do_ls(line)
|
||||
|
||||
def do_details(self, id):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue