spellcli 1.0.1

A CLI that allows you to check the spelling of different words.
# SpellCLI
A CLI that allows you to check the spelling of different words.

# Features
- Check if a word is spelled correctly
- Get the definition of a word
- Get words with similar spelling
- Get the definition of words with similar spelling
- Get the time the program takes to run (only in `--debug`) 
  
# Spell check
Input a word to check it's spelling.
![spelling](images/spelling.png)

# Install
This program can be installed with:
```bash
cargo install spellcli
```
and than ran with:
```bash
spellcli
```

_[cargo needs to be installed first.](https://rust-lang.org/tools/install/)_

# AI Usage
AI was not used in any way toward the creation of this project.