def handle(self, root_url='/', stdout=None, stderr=None, **options):
"""Performs the operation"""
operation = self.operation_class(
root_url=root_url, error_class=CommandError,
stdout=self.stdout, stderr=self.stderr, **options
)
return operation.run()
评论列表
文章目录