diff --git a/bbbmon/bbbmon.py b/bbbmon/bbbmon.py index 391e78fddf885ea4df359756c96df67a8a393bee..01b8125cd338260e9728dd9e9bdfd63d03194da1 100755 --- a/bbbmon/bbbmon.py +++ b/bbbmon/bbbmon.py @@ -96,6 +96,7 @@ def meetings(ctx, userconfig, short, all_, twolines, leaderboards, participants, @main.command(context_settings=CONTEXT_SETTINGS) @click.pass_context +@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") @click.option('--print', 'print_', is_flag=True, help="Print the config to stdout") diff --git a/pyproject.toml b/pyproject.toml index 5674805ef9eb9396063df50abf33e32e972db015..af340c06d97b787f23b0d9a13b1bf276dbea34c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bbbmon" -version = "0.1.16" +version = "0.1.17" description = "A small CLI utility to monitor bbb usage" authors = ["David Huss <david.huss@hfbk-hamburg.de>"] maintainers = ["David Huss <david.huss@hfbk-hamburg.de>"]