manim._config.main_utils
Utilities called from __main__.py
to interact with the config.
Functions
-
parse_args
(args)[source]
Parse CLI arguments.
- Parameters
args (list
) – A list of arguments; generally, this should be sys.argv
.
- Returns
An object returned by argparse.parse_args
.
- Return type
argparse.Namespace