@click.option('--endpoint','-e',multiple=True,help="Filter by one or more endpoints as named in the user configuration (e.g. [servername]). Order is respected.")
@click.option('--watch','-w',help="Run repeatedly with the given interval in seconds",type=click.IntRange(2,2147483647,clamp=True))
@click.option('--leaderboards/--no-leaderboards',default=True,show_default=True,help="Hide or show the meeting leaderboards")