Some of the scripts input/output files are hardcoded as values, others are accepted as parameters.
This doesn't provide a lot of flexibility and makes a lot of assumptions as how the structure should be.
We should decide on a way and normalize how scripts accept parameters.
A nice approach would be to use named parameters. For example, node commander makes this pretty easy.
Some of the scripts input/output files are hardcoded as values, others are accepted as parameters. This doesn't provide a lot of flexibility and makes a lot of assumptions as how the structure should be.
We should decide on a way and normalize how scripts accept parameters. A nice approach would be to use named parameters. For example, node commander makes this pretty easy.
cc @olafveerman