Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Velvet::Prompts::MultiMenu
Inherits
Reference
<
Object
Constants
CTRL_C = "\u0003"
DOWN = "\e[
B
"
ESC = "\e"
SPACE = " "
UP = "\e[
A
"
Constructors
new
(label :
String
, choices :
Array
(
String
), selected :
Array
(
String
), status_text :
String
|
Nil
= nil)
Source
Instance methods
run
Source