Exemple #1
0
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(1,),
                          env_options='REBOT_OPTIONS', logger=LOGGER)
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(2, ))
Exemple #3
0
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(1,))
Exemple #4
0
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(2,), auto_version=False)