class Velvet::Prompts::MultiMenu

Defined in:

velvet/prompts/menu.cr

Constant Summary

CTRL_C = "\u0003"
DOWN = "\e[B"
ESC = "\e"
SPACE = " "
UP = "\e[A"

Constructors

Instance Method Summary

Constructor Detail

def self.new(label : String, choices : Array(String), selected : Array(String), status_text : String | Nil = nil) #

[View source]

Instance Method Detail

def run : Array(String) #

[View source]