Example #1
0
 def load_command_table(self, args):
     from azure.cli.command_modules.botservice.commands import load_command_table
     load_command_table(self, args)
     return self.command_table
Example #2
0
 def load_command_table(self, args):
     from azure.cli.command_modules.botservice.commands import load_command_table
     load_command_table(self, args)
     return self.command_table