4.0.0-beta.18
·
33 commits
to main
since this release
New features
In addition to creating articles and approaches, configlet now supports creating practice exercises and concept exercises (#845).
Here are some examples:
configlet create --concept-exercise foo
configlet create --practice-exercise foo
configlet create --practice-exercise foo --offline
As with configlet sync
, the --offline
flag can be used to skip updating the cached problem-specifications data.
Full Changelog: 4.0.0-beta.17...4.0.0-beta.18