Is your feature request related to a problem? Please describe.
there is this CLI switch outfile. the name is not quite fine.
lets use --output-file instead
Describe the solution you'd like
- rename the CLI switch
outfile to output-file.
- add a "hidden" CLI
outfile that is an alias for the new output-file -- this way the CLI switch is deprecated, but not removed.
Describe alternatives you've considered
/
Additional context
/
Contribution
Is your feature request related to a problem? Please describe.
there is this CLI switch
outfile. the name is not quite fine.lets use
--output-fileinsteadDescribe the solution you'd like
outfiletooutput-file.outfilethat is an alias for the newoutput-file-- this way the CLI switch is deprecated, but not removed.Describe alternatives you've considered
/
Additional context
/
Contribution