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

Fix error with config

parent f3884a1a
Branches
Tags v0.1.17
No related merge requests found
......@@ -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")
......
[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>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment