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