Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bbb
bbbmon
Commits
058a681b
Commit
058a681b
authored
May 07, 2020
by
David Huss
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Config watch
parent
6bca4fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bbbmon/bbbmon.py
bbbmon/bbbmon.py
+1
-0
No files found.
bbbmon/bbbmon.py
View file @
058a681b
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment