fix(cli): add '.' after command description

This commit is contained in:
Jérome Eertmans
2022-08-26 08:54:18 +02:00
parent 68858c3c33
commit c6d44b0b3b

View File

@ -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: