[Proposal] Split output
CLI argument into output_dir
, format
, and label
#27
Labels
enhancement
New feature or request
As the title suggests. Right now, the
output
flag in the argument parser does not fully match the outputs actually generated by program. It also Doing this split (alongside corresponding documentation) would make it much clearer to the user what files will be produced.A worked example to demonstrate this:
Current:
Proposed
This would also allow us to split the "output type checking" code from the output file checking, making everything a bit cleaner and much easier to extend (should Microsoft release yet another Word file format or somesuch)
The text was updated successfully, but these errors were encountered: