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
Configlet create --practice-exercise <slug> should warn the user if the passed slug isn't present in problem-specifications. On the SQLite track, we just had a PR get merged where the author had a typo in the slug name from using configlet create. It'd be helpful if configlet create reminded users to update the name in the track's config.json. Currently, it's just the slug name, and I already made the mistake of not fixing the exercise title on a PR I made elsewhere.
The text was updated successfully, but these errors were encountered:
Configlet create --practice-exercise <slug>
should warn the user if the passed slug isn't present in problem-specifications. On the SQLite track, we just had a PR get merged where the author had a typo in the slug name from using configlet create. It'd be helpful if configlet create reminded users to update the name in the track's config.json. Currently, it's just the slug name, and I already made the mistake of not fixing the exercise title on a PR I made elsewhere.The text was updated successfully, but these errors were encountered: