commercetest / nlnet

Analysis of the opensource codebases of NLnet sponsored projects.
MIT License
0 stars 0 forks source link

Add command-line argument support for input and output files #45

Closed julianharty closed 2 months ago

julianharty commented 3 months ago

Context

We now have at least 3 scripts that read content from input files and write updated and additional content to output files. Currently these filenames are often hardcoded in the scripts, this makes the scripts less flexible for users who may wish to use different inputs, etc.

Let's add command-line options, with the current filenames as default values, to the processing scripts in the ./src folder. Let's also update the repo's README to document the new capabilities.

tnzmnjm commented 3 months ago
tnzmnjm commented 2 months ago
tnzmnjm commented 2 months ago