Add support for suggestion of task names when the name has been mistyped
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- Avg merge
- 3h 29m
- Merged PRs (30d)
- 5
Description
The goal is to make it friendlier to the user, by showing task names that are similar to what the user typed when nothing is found.
Things to consider:
- built in collections
- plugins
Contributor guide
Research direction
Start by locating the CLI path that handles a missing task name and trace how task names are gathered. Check both built-in collections and plugins when determining similar names. Done means a mistyped task produces useful suggestions, while an unmatched name still reports the failure clearly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100