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, ))
def __init__(self): Application.__init__(self, USAGE, arg_limits=(1,))
def __init__(self): Application.__init__(self, USAGE, arg_limits=(2,), auto_version=False)