File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ def config_path_option(function) -> Callable:
1414 default = CONFIG_PATH ,
1515 type = click .Path (dir_okay = False ),
1616 help = "Set path to configuration file." ,
17+ show_default = True ,
1718 )(function )
1819
1920
Original file line number Diff line number Diff line change @@ -434,6 +434,7 @@ def quit(self):
434434 default = FOLDER_PATH ,
435435 type = click .Path (exists = True , file_okay = False ),
436436 help = "Set slides folder." ,
437+ show_default = True ,
437438)
438439@click .help_option ("-h" , "--help" )
439440def list_scenes (folder ):
@@ -467,6 +468,7 @@ def _list_scenes(folder) -> List[str]:
467468 default = FOLDER_PATH ,
468469 type = click .Path (exists = True , file_okay = False ),
469470 help = "Set slides folder." ,
471+ show_default = True ,
470472)
471473@click .option ("--start-paused" , is_flag = True , help = "Start paused." )
472474@click .option ("--fullscreen" , is_flag = True , help = "Fullscreen mode." )
You can’t perform that action at this time.
0 commit comments