is-this-echo / is-this-echo/JarvisCLI
Improve the "meaning" command to handle missing words, modify the color of the output
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description

----------------
**Present behaviour** :
`jarvis meaning ` where unknown-word represents word not in the dictionary results in undefined output in the terminal.
**Expected behaivour** :
Display a sensible output (like 'sorry, couldn't find the word you are looking for') for the same, in addition, a bright yellow/cyan color on the meaning text would look good when output is available.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the `meaning` command entry point and reproduce the undefined output with an unknown word. Trace the available-word output path as well; done means unknown words receive a sensible message and available meanings use a bright yellow or cyan color.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100