mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-22 04:56:24 +08:00
chore(docs): improve CLI docs (#27)
* chore(docs): cleanup code & docs * chore(docs): better document present command * chore(docs): improve gh page
This commit is contained in:
@ -10,7 +10,6 @@ def config_path_option(function) -> Callable:
|
||||
return click.option(
|
||||
"-c",
|
||||
"--config",
|
||||
"config_path",
|
||||
default=CONFIG_PATH,
|
||||
type=click.Path(dir_okay=False),
|
||||
help="Set path to configuration file.",
|
||||
|
Reference in New Issue
Block a user