aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/src/exercises.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add exercises to the practice commandMiquel Sabaté Solà2025-07-291-1/+1
| | | | | | | | The '-e/--exercises' has also been introduced to instruct the 'practice' command to only go for exercises, and the '-k/--kind' flag allows the user to further filter which kind of exercise to practice. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add the exercises commandMiquel Sabaté Solà2025-07-291-0/+254
Subcommands have been added to it which are similar to the ones on words on purpose. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>