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
25456ad8
Commit
25456ad8
authored
Jan 28, 2022
by
Sean Fitzgibbon
Browse files
updated CLI to support new features
parent
dac5ed76
Changes
1
Hide whitespace changes
Inline
Side-by-side
slider_app.py
View file @
25456ad8
...
...
@@ -94,13 +94,30 @@ def add_chart_cli(subparsers):
type
=
float
,
)
parser
.
add_argument
(
"--out"
,
"--out
dir
"
,
metavar
=
"<dir>"
,
help
=
"Output directory"
,
default
=
"./chart-to-slide.reg"
,
type
=
str
,
required
=
False
,
)
parser
.
add_argument
(
"--boundary_key"
,
metavar
=
"<key>"
,
help
=
"Name of boundary contour in chart"
,
default
=
None
,
type
=
str
,
required
=
False
,
)
parser
.
add_argument
(
"--justify"
,
metavar
=
"<left-right>"
,
help
=
"Justify chart bounding-box to the left/right of the image bounding box. Useful when only one hemisphere is charted."
,
default
=
None
,
choices
=
[
'left'
,
'right'
,
None
],
type
=
str
,
required
=
False
,
)
parser
.
add_argument
(
"--config"
,
metavar
=
"<config.yaml>"
,
...
...
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