Closed Adam-Kay closed 11 months ago
Options and flags should be formatted according http://docopt.org/ In this case, the end result should be:
[--silent]
: Optional--ffmpegloc <path>
: With argument--update (true|false|force)
: With limited options
Originally posted in https://github.com/Adam-Kay/Batch-Encoder/issues/32#issuecomment-1863522504
Improvement Description
The program currently asks a few questions before it gets into the encoding. This makes testing the program (i.e. via Actions as suggested in #21) or quickly launching it to go right into the main "meat" of the program not possible currently.
Functionality / Design
Add launch arguments like
--confirm
,--update false
, and/or--ffmpegloc
to answer the questions before they are asked.[path]