mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
adjust the order of arguments in config
This commit is contained in:
parent
24d9d9e45d
commit
944128d9bf
1 changed files with 4 additions and 4 deletions
|
@ -95,15 +95,15 @@ def parse_cli():
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Show the output file in finder",
|
help="Show the output file in finder",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
|
||||||
"--file_name",
|
|
||||||
help="Name for the movie or image file",
|
|
||||||
)
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--config",
|
"--config",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Guide for automatic configuration",
|
help="Guide for automatic configuration",
|
||||||
)
|
)
|
||||||
|
parser.add_argument(
|
||||||
|
"--file_name",
|
||||||
|
help="Name for the movie or image file",
|
||||||
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-n", "--start_at_animation_number",
|
"-n", "--start_at_animation_number",
|
||||||
help="Start rendering not from the first animation, but"
|
help="Start rendering not from the first animation, but"
|
||||||
|
|
Loading…
Add table
Reference in a new issue