mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-15 00:52:15 +08:00
fix(cli): add '.' after command description
This commit is contained in:
@ -293,7 +293,7 @@ class Display:
|
|||||||
)
|
)
|
||||||
@click.help_option("-h", "--help")
|
@click.help_option("-h", "--help")
|
||||||
def present(scenes, config_path, folder, start_paused, fullscreen, last_frame_next):
|
def present(scenes, config_path, folder, start_paused, fullscreen, last_frame_next):
|
||||||
"""Present the different scenes"""
|
"""Present the different scenes."""
|
||||||
|
|
||||||
presentations = list()
|
presentations = list()
|
||||||
for scene in scenes:
|
for scene in scenes:
|
||||||
|
Reference in New Issue
Block a user