cue4s
cue4s
API
cue4s
AnsiTerminal
AnsiTerminal
AsString
Completion
Finished
Fail
Completion
CompletionError
Error
CueBuilder
CueHint
Text
Options
MultiSelect
Validate
Output
Output
DarkVoid
Delegate
Std
StdOut
PlatformStd
Prompt
Prompt
Confirmation
Confirmation
Input
Input
MultipleChoice
MultipleChoice
NumberInput
NumberInput
PasswordInput
PasswordInput
Password
SingleChoice
PromptChain
PromptChain
Impl
PromptError
Prompts
Prompts
Terminal
Terminal
TextFormatting
Theme
Theme
Default
NoColors
TracingTerminal
cue
given_AsString_String
cue4s
/
cue4s
/
Prompt
/
Input
Input
cue4s.Prompt.Input
See the
Input
companion object
case
class
Input
extends
Prompt
[
String
]
Attributes
Companion
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
Prompt
[
String
]
class
Object
trait
Matchable
class
Any
Show all
Members list
Clear all
Value members
Constructors
def
this
(
lab
:
String
)
Concrete methods
override
def
framework
(
terminal
:
Terminal
,
output
:
Output
,
theme
:
Theme
):
PromptFramework
[
String
]
Attributes
Definition Classes
Prompt
def
validate
(
f
:
String
=>
Option
[
PromptError
]):
Input
Inherited methods
def
map
[
Derived
](
f
:
String
=>
Derived
):
Prompt
[
Derived
]
Attributes
Inherited from:
Prompt
def
mapValidated
[
Derived
](
f
:
String
=>
Either
[
PromptError
,
Derived
]):
Prompt
[
Derived
]
Attributes
Inherited from:
Prompt
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
In this article
Attributes
Members list
Value members
Constructors
Concrete methods
Inherited methods