Skip to content

Patch release - fix bug in reading config file path from command line argument

Compare
Choose a tag to compare
@kytrinyx kytrinyx released this 12 Jan 03:47

When passing a path to the config file as an argument, that file got ignored. This fixes it so that you can say:

$ exercism --config=/path/to/config.json configure --key=abc123

See exercism/exercism#2155

There are installation instructions for windows and mac.