mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Removed nargs from several bit of configuration
This commit is contained in:
parent
f3178edff0
commit
236d67456a
1 changed files with 0 additions and 3 deletions
|
@ -80,7 +80,6 @@ def parse_cli():
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-n", "--start_at_animation_number",
|
"-n", "--start_at_animation_number",
|
||||||
nargs=1,
|
|
||||||
help="Start rendering not from the first animation, but"
|
help="Start rendering not from the first animation, but"
|
||||||
"from another, specified by its index. If you pass"
|
"from another, specified by its index. If you pass"
|
||||||
"in two comma separated values, e.g. \"3,6\", it will end"
|
"in two comma separated values, e.g. \"3,6\", it will end"
|
||||||
|
@ -88,12 +87,10 @@ def parse_cli():
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-r", "--resolution",
|
"-r", "--resolution",
|
||||||
nargs=1,
|
|
||||||
help="Resolution, passed as \"height,width\"",
|
help="Resolution, passed as \"height,width\"",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-c", "--color",
|
"-c", "--color",
|
||||||
nargs=1,
|
|
||||||
help="Background color",
|
help="Background color",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
Loading…
Add table
Reference in a new issue