tty-prompt v0.2.0 Release Notes

Release Date: 2015-11-23 // over 8 years ago
  • ➕ Added

    • ➕ Add ability to select choice form list #select
    • ➕ Add ability to select multiple options #multi_select
    • ➕ Add :read option to #ask for reading specific type input

    🔄 Changed

    • 🔄 Change #ask api to be similar to #select and #multi_select behaviour
    • 🔄 Change #ask :argument option to be :required
    • ✂ Remove :valid option from #ask as #select is a better solution