Skip to content
Snippets Groups Projects
Commit 416672c4 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Make --compact default, add --expanded option

parent ee66b54b
Branches
Tags
No related merge requests found
......@@ -65,7 +65,7 @@ def main(userconfig, watch):
@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('--short', '-s', is_flag=True, help="Print less")
@click.option('--compact', '-c', is_flag=True, help="Print compactly")
@click.option('--compact/--expanded', '-c/-x', default=True, show_default=True, help="Print compactly (in columns) or expanded (on seperate lines)")
@click.option('--twolines', '-2', is_flag=True, help="Print essentials on two lines")
@click.option('--all', '-a', 'all_', is_flag=True, help="Print all")
@click.option('--fancy/--no-fancy', default=False, show_default=True, help="Use fancy headers")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment