mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-22 21:17:19 +08:00
chore(docs): add base cli docs
This commit is contained in:
@ -10,6 +10,11 @@ from .wizard import init, wizard
|
||||
@click.version_option(__version__, "-v", "--version")
|
||||
@click.help_option("-h", "--help")
|
||||
def cli():
|
||||
"""
|
||||
Manim Slides command-line utilities.
|
||||
|
||||
If not command is specified, defaults to `present`.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user