--config-location - to provide options interactively

This commit is contained in:
pukkandan
2022-05-24 17:30:28 +05:30
parent d2ff2c91bb
commit 6b9e832db7
4 changed files with 19 additions and 13 deletions

View File

@@ -366,8 +366,8 @@ def create_parser():
'--config-locations',
dest='config_locations', metavar='PATH', action='append',
help=(
'Location of the main configuration file; either the path to the config or its containing directory. '
'Can be used multiple times and inside other configuration files'))
'Location of the main configuration file; either the path to the config or its containing directory '
'("-" for stdin). Can be used multiple times and inside other configuration files'))
general.add_option(
'--flat-playlist',
action='store_const', dest='extract_flat', const='in_playlist', default=False,