nstanger / process_podcast

Python script for processing and assembling a podcast from various input sources
0 stars 0 forks source link

--preview optional value #29

Open nstanger opened 6 years ago

nstanger commented 6 years ago

If you do something like process_podcast <whatever> --preview output.mp4, you get a usage error, because it treats output.mp4 as the argument to --preview. This is because the argument of --preview is optional (default 1).