but then test failed ... due to changes in commander (the package is good but became overengineered ...)
so I made some changes to tests and also to Logic code, in particular file existence check moved to run. Imho parseArgs is not the right place for proactive checks ... anyway this file checking is not tested anymore, which is bad, but to test it properly it's better to redo the tests and use something like memfs. Maybe later
run
. ImhoparseArgs
is not the right place for proactive checks ... anyway this file checking is not tested anymore, which is bad, but to test it properly it's better to redo the tests and use something like memfs. Maybe later