Skip to content

Commit 068484b

Browse files
committed
chore(docs): add base cli docs
1 parent 91f8d97 commit 068484b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manim_slides/main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
@click.version_option(__version__, "-v", "--version")
1111
@click.help_option("-h", "--help")
1212
def cli():
13+
"""
14+
Manim Slides command-line utilities.
15+
16+
If not command is specified, defaults to `present`.
17+
"""
1318
pass
1419

1520

0 commit comments

Comments
 (0)