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
When fmt learns to format concept .meta/config.json files, I think we'll need to decide between:
Adding a --concept option
Renaming the fmt command's --exercise option to --slug, which can then be used for formatting an exercise or a concept (although this is probably bad if a concept can have the same name as an exercise).
We can also consider wheter configlet fmt should eventually grow some scoping options like sync, e.g.:
--track
--exercises
--concepts
With the default of operating on all of them, as sync does.
configlet fmt
currently only operates on Concept Exercise and Practice Exercise.meta/config.json
files.It should also operate on the other JSON files:
config.json
filesconfig.json
filesconfig.json
file.meta/config.json
fileslinks.json
filesThe text was updated successfully, but these errors were encountered: