def cli(verbose): config.HUB_REST_ENDPOINT = config.HUB_DEV_REST_ENDPOINT configure_logger(verbose)
def cli(host, verbose): configure_logger(verbose)