Commit 9afb51b
Add debug as alias for troubleshoot (#669)
A lot of exercise READMEs have instructions to run the 'debug'
command if you get stuck. E.g. every exercise in Python:
https://github.com/exercism/python/blob/a83f53697a1a213967838a78b86f2b358727d76f/exercises/etl/README.md#submitting-exercises
We can update these, however in the website we pin people's solution
to the HEAD SHA of the track repo at the time when they unlock the solution.
So only people who have not already unlocked an exercise with the incorrect
command would get the update.
Adding 'debug' as an alias makes this 'just work'.1 parent f7d0ae7 commit 9afb51b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments