@click.option('--userconfig','-u',is_flag=True,help="Use user config even if on server")
@click.option('--userconfig','-u',is_flag=True,help="Use user config even if on server")
@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('--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('--watch','-w',help="Run repeatedly with the given interval in seconds",type=click.IntRange(2,2147483647,clamp=True))
@click.option('-n',help="The number of meetings to show in the leaderboards (Default: 5)",type=int)
@click.option('--leaderboards/--no-leaderboards',default=True,show_default=True,help="Hide or show the meeting leaderboards")
@click.option('--leaderboards/--no-leaderboards',default=True,show_default=True,help="Hide or show the meeting leaderboards")
@click.option('--participants/--no-participants',default=True,show_default=True,help="Hide or show the participants")
@click.option('--participants/--no-participants',default=True,show_default=True,help="Hide or show the participants")
@click.option('--meetings/--no-meetings',default=True,show_default=True,help="Hide or show the meetings")
@click.option('--meetings/--no-meetings',default=True,show_default=True,help="Hide or show the meetings")
@click.option('--presenter/--no-presenter',default=True,show_default=True,help="Hide or show the presenters")
@click.option('--presenter/--no-presenter',default=True,show_default=True,help="Hide or show the presenters")
@click.option('--presenter-id/--no-presenter-id',default=False,show_default=True,help="Hide or show the presenter IDs")
@click.option('--presenter-id/--no-presenter-id',default=False,show_default=True,help="Hide or show the presenter IDs")