Conversation
CBeck-96
left a comment
There was a problem hiding this comment.
Should the documentation be updated?
It can be kept as is, since the information is not wrong, but the case of several input files is not covered.
This might be worth mentioning, since using the input function, the merging order can be influenced (input is merged in order before the folder which contents are merged alphabetically)
Valid point. The documentation should be improved. That made me think: Is there any point to requiring an input argument when |
Good point. Now that you mention it, it would be more natural to justb (want to) merge a folders contents. |
Done. Tests will be added to #157 |
--from-folder is given
Overhauls the loading of input files in
invoke_merge().--from-folderis given and the folder contains at least two input files.--from-folderthat are also specified as positional arguments are no longer merged twice.This is a breaking change for two reasons:
Tests for the new behavior will be added to #157.