Closed dsteeley closed 1 year ago
Fixes #90
There's a bit of non-trivial logic going on here, could you extract this into a fn
and add some unit tests?
There's a bit of non-trivial logic going on here, could you extract this into a
fn
and add some unit tests?
Done, added a test for each of the cases in that logic.
Thanks a lot.
Fixup bug from clap migration where the target file name was determined using the
target
argument and the docs indicate that it should be determined using theoutput
argument.