### Terms - [X] I have searched all [open bug reports](https://github.com/scribe-org/Scribe-Data/issues?q=is%3Aopen+is%3Aissue+label%3Abug) - [X] I agree to follow Scribe-Data's [Code of Conduct](https://github.com/scribe-org/Scribe-Data/blob/main/.github/CODE_OF_CONDUCT.md) ### Behavior Currently in [get.py](https://github.com/scribe-org/Scribe-Data/blob/128d089d4adcc12265ca44233fec8ebddf0a830f/src/scribe_data/cli/get.py), there is no logic set for Autosuggestions.  As in [process_wiki.py](https://github.com/scribe-org/Scribe-Data/blob/128d089d4adcc12265ca44233fec8ebddf0a830f/src/scribe_data/wikipedia/process_wiki.py#L322) function called [gen_autosuggestions](https://github.com/scribe-org/Scribe-Data/blob/128d089d4adcc12265ca44233fec8ebddf0a830f/src/scribe_data/wikipedia/process_wiki.py#L322) already defined. Can we can that in [get.py](https://github.com/scribe-org/Scribe-Data/blob/128d089d4adcc12265ca44233fec8ebddf0a830f/src/scribe_data/cli/get.py) ? If yes, I want to work on this issue.