mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-23 13:36:23 +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.version_option(__version__, "-v", "--version")
|
||||||
@click.help_option("-h", "--help")
|
@click.help_option("-h", "--help")
|
||||||
def cli():
|
def cli():
|
||||||
|
"""
|
||||||
|
Manim Slides command-line utilities.
|
||||||
|
|
||||||
|
If not command is specified, defaults to `present`.
|
||||||
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user