Convenience script to launch generator#163
Conversation
|
This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested. If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos. For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping |
|
I don't mind what name we give the script. It is most convenient to launch everything from the main directory, instead of launching the generator from within the If this becomes the canonical way to launch the generator, we can change |
I synced the connect exercise using ``` bin/run-generator -r ```
7733852 to
bb581c5
Compare
|
We can also mention the generator in |
Will do. I have a script here to generate the doc from the module comment on the generator. I'll also adjust the contribution guidelines to be more incisive on posting on the forum before making a PR. |
|
I use tab completion: without thinking, my fingers type |
I synced the connect exercise using