Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sean Fitzgibbon
SlideR 🍔
Commits
c6508b74
Commit
c6508b74
authored
Jul 29, 2021
by
Sean Fitzgibbon
Browse files
fixed some help info
parent
5550deda
Changes
1
Hide whitespace changes
Inline
Side-by-side
slider_app.py
View file @
c6508b74
...
...
@@ -63,7 +63,7 @@ def add_slide_cli(subparsers):
)
parser
.
add_argument
(
"--config"
,
metavar
=
"<config.
json
>"
,
metavar
=
"<config.
yaml
>"
,
help
=
"configuration file"
,
default
=
None
,
type
=
str
,
...
...
@@ -209,7 +209,7 @@ def add_report_cli(subparsers):
),
)
parser
.
add_argument
(
"out"
,
metavar
=
"<
dir
>"
,
help
=
"Output
directory
"
,
default
=
None
,
type
=
str
"out"
,
metavar
=
"<
html
>"
,
help
=
"Output
filename
"
,
default
=
None
,
type
=
str
)
parser
.
add_argument
(
"dirs"
,
...
...
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