Node TAP
GitHub
node-tap.org
Preparing search index...
npm-init-template
ReadOptions
Interface ReadOptions<T>
interface
ReadOptions
<
T
extends
string
|
number
=
string
>
{
completer
?:
Completer
|
AsyncCompleter
;
default
?:
T
;
edit
?:
boolean
;
history
?:
string
[]
;
input
?:
ReadableStream
&
{
isTTY
?:
boolean
}
;
output
?:
WritableStream
&
{
isTTY
?:
boolean
}
;
prompt
?:
string
;
replace
?:
string
;
silent
?:
boolean
;
terminal
?:
boolean
;
timeout
?:
number
;
}
Type Parameters
T
extends
string
|
number
=
string
Index
Properties
completer?
default?
edit?
history?
input?
output?
prompt?
replace?
silent?
terminal?
timeout?
Properties
Optional
completer
completer
?:
Completer
|
AsyncCompleter
Optional
default
default
?:
T
Optional
edit
edit
?:
boolean
Optional
history
history
?:
string
[]
Optional
input
input
?:
ReadableStream
&
{
isTTY
?:
boolean
}
Optional
output
output
?:
WritableStream
&
{
isTTY
?:
boolean
}
Optional
prompt
prompt
?:
string
Optional
replace
replace
?:
string
Optional
silent
silent
?:
boolean
Optional
terminal
terminal
?:
boolean
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completer
default
edit
history
input
output
prompt
replace
silent
terminal
timeout
GitHub
node-tap.org
Node TAP
Loading...