You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if jq is installed, complete the slugs by parsing the track config.json file.
otherwise, fall back to looking at directories in exercises/{concept,practice}. But note that configlet fmt|generate|sync -e foo won't work if foo isn't in the track config.json file.
The text was updated successfully, but these errors were encountered:
which parses the config.json file in foo and returns the appropriate slugs (for both Concept and Practice Exercises for fmt, and just Practice Exercises for sync).
Perhaps:
jq
is installed, complete the slugs by parsing the trackconfig.json
file.exercises/{concept,practice}
. But note thatconfiglet fmt|generate|sync -e foo
won't work iffoo
isn't in the trackconfig.json
file.The text was updated successfully, but these errors were encountered: