mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
adjust the order of arguments in config
This commit is contained in:
@ -95,15 +95,15 @@ def parse_cli():
|
||||
action="store_true",
|
||||
help="Show the output file in finder",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--file_name",
|
||||
help="Name for the movie or image file",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--config",
|
||||
action="store_true",
|
||||
help="Guide for automatic configuration",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--file_name",
|
||||
help="Name for the movie or image file",
|
||||
)
|
||||
parser.add_argument(
|
||||
"-n", "--start_at_animation_number",
|
||||
help="Start rendering not from the first animation, but"
|
||||
|
Reference in New Issue
Block a user