shibayan / Sharprompt

Interactive command-line based application framework for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model-based prompt goes to GA

shibayan opened this issue · comments

Return types

  • Confirm
    • bool
  • Input
    • Property type is not collection
  • List
    • Property type is collection
  • MultiSelect
    • Property type is collection
  • Password
    • DataType.Password
    • SecureString?
  • Select
    • Property type is not collection

Data sources

  • Enum
  • IEnumerable<T>
  • None (prefer List or Input)