Related to #39, now that we are planning to incorporate the Spectre.Console API, makes sense to replace all usage of the Sharprompt API for the prompts and remove the reference altogether.
These include:
- Creating a new Config which involves:
- Filling in the Default Values if a configuration is meant to be overwritten:
- For the MultiSelectionPrompt This done by using the
Select<T> functionality.