def endpoint_argument(f): return click.option( '--host', '-H', default=False, type=click.STRING, help='BDocker server endpoint' )(f)