@eagleoutice/flowr - v2.13.14
Preparing search index...
test/functionality/_helper/repl
ReplCompletionTestCase
Interface ReplCompletionTestCase
interface
ReplCompletionTestCase
{
completer
:
(
splitLine
:
readonly
string
[]
,
startingNewArg
:
boolean
,
config
:
FlowrConfig
,
)
=>
CommandCompletions
;
config
?:
object
;
expectedCompletions
:
readonly
string
[]
;
label
:
string
;
splitLine
:
readonly
string
[]
;
startingNewArg
:
boolean
;
}
Index
Properties
completer
config?
expected
Completions
label
split
Line
starting
New
Arg
Properties
completer
completer
:
(
splitLine
:
readonly
string
[]
,
startingNewArg
:
boolean
,
config
:
FlowrConfig
,
)
=>
CommandCompletions
Optional
config
config
?:
object
expected
Completions
expectedCompletions
:
readonly
string
[]
label
label
:
string
split
Line
splitLine
:
readonly
string
[]
starting
New
Arg
startingNewArg
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completer
config
expected
Completions
label
split
Line
starting
New
Arg
@eagleoutice/flowr - v2.13.14
Loading...