mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Remove media_dir configuration, as that is covered by video_dir
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user