aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add the 'tags' commandMiquel Sabaté Solà2026-01-201-0/+5
| | | | | | | This command includes the create, ls, and rm subcommands, which allow for easy management of word tags. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Implement the 'ls' command for exercisesMiquel Sabaté Solà2026-01-141-0/+1
| | | | | | | It was the only part missing for exercises, which was even listed in -h/--help. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Provide initial implementation for word inflectionMiquel Sabaté Solà2025-10-271-0/+2
| | | | | | | | | | Word inflection for nouns, adjectives has been added so it can be initially be used in commands like 'words show'. Word categories which have no inflections (e.g. adverbs, conjunctions, et al) are skipped. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add the exercises commandMiquel Sabaté Solà2025-07-291-0/+5
| | | | | | | 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>
* Rename from run to practiceMiquel Sabaté Solà2025-07-291-37/+35
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Apply suggestions from clippyMiquel Sabaté Solà2025-07-251-48/+39
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Initial commitMiquel Sabaté Solà2025-06-031-0/+81
Basic commands have been added, but most of the features for this project are still work in progress. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>