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

Config watch

parent 6bca4fc1
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,7 @@ def meetings(ctx, userconfig, watch, short, compact, n, all_, twolines, leaderbo
@main.command(context_settings=CONTEXT_SETTINGS)
@click.pass_context
@click.option('--watch', '-w', help="Run repeatedly with the given interval in seconds", type=click.IntRange(2, 2147483647, clamp=True))
@click.option('--userconfig', '-u', is_flag=True, help="Use user config even if on server")
@click.option('--new', is_flag=True, help="Create a new default config and open it in the default editor")
@click.option('--edit', is_flag=True, help="Open the config in the default editor")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment