Beispiel #1
0
 def load_arguments(self, command):
     load_arguments(self, command)
Beispiel #2
0
 def load_arguments(self, command):
     from azure.cli.command_modules.rdbms._params import load_arguments
     load_arguments(self, command)
Beispiel #3
0
 def load_arguments(self, command):
     from azure.cli.command_modules.rdbms._params import load_arguments
     load_arguments(self, command)