# Specifications for the CLI Assessment Specs: - [x] Have a CLI for interfacing with the application - CLI class allows for user to talk to the application and obtain recipes from a top ten list. - [x] Pull data from an external source - Pulls data from allrecipes.com. - [x] Implement both list and detail views - Provides a list of the top ten desserts from Allrecipes, then allows the user to select a dessert to view the full recipe.