def all_option(f): return click.option( '--all', '-a', default=False, type=click.BOOL, is_flag=True, help='Show all containers (default shows just running)' )(f)