Skip to content

Commit

Permalink
Add parameter 'config_file'
Browse files Browse the repository at this point in the history
  • Loading branch information
dplocki committed Mar 12, 2024
1 parent 6d6c224 commit 915bc90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions podcast_downloader/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ def build_parser() -> argparse.ArgumentParser:
help="The general approach on empty directory",
)

parser.add_argument(
"--config_file",
required=False,
type=open,
help="The path to configuration file"
)

return parser


Expand Down

0 comments on commit 915bc90

Please sign in to comment.