mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove media_dir configuration, as that is covered by video_dir
This commit is contained in:
parent
9d7b2873bb
commit
6486938c59
1 changed files with 0 additions and 4 deletions
|
@ -120,10 +120,6 @@ def parse_cli():
|
|||
action="store_true",
|
||||
help="Leave progress bars displayed in terminal",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--media_dir",
|
||||
help="directory to write media",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--video_dir",
|
||||
help="directory to write video",
|
||||
|
|
Loading…
Add table
Reference in a new issue