entropy-test-cli
- When storing program, configuration interface files must be provided
#1085
Labels
entropy-test-cli
- When storing program, configuration interface files must be provided
#1085
The documentation for the test-cli says we do not have to give configuration interface or aux data interface files when storing a program:
But if we don't provide them, we get an error:
This is because rather than assign them to vector of length 0, we now check for the
Option
that is passed in to therun
function.I think that it should be possible to store a program from the CLI without providing these files.
The text was updated successfully, but these errors were encountered: