realmon icon indicating copy to clipboard operation
realmon copied to clipboard

Remove the Reference to Sharprompt and Replace Usage with the Spectre.Console API (old Spectre.CLI API)

Open MokoSan opened this issue 3 years ago • 0 comments

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:

  1. Creating a new Config which involves:
  2. Filling in the Default Values if a configuration is meant to be overwritten:
    • For the MultiSelectionPrompt This done by using the Select<T> functionality.

MokoSan avatar Dec 31 '21 20:12 MokoSan