The CLI would require all required input files to be provided and would assume no defaults.
Motivation:
- explicit is better than implicit
- less surprising
- more flexibility for users to name/place files where they like
- when writing output to stdout, we do not need to check whether we overwrite files
- simpler code
Would require a bit more typing but this will be less of a problem for users of the lib than it is now for the developers during debugging.
The CLI would require all required input files to be provided and would assume no defaults.
Motivation:
Would require a bit more typing but this will be less of a problem for users of the lib than it is now for the developers during debugging.