SerenityJS
Preparing search index...
@serenityjs/core
ConsoleInterface
Class ConsoleInterface
Index
Constructors
constructor
Properties
interface
serenity
Methods
on
Line
parse
Flags
Constructors
constructor
new
ConsoleInterface
(
serenity
:
Serenity
)
:
ConsoleInterface
Parameters
serenity
:
Serenity
Returns
ConsoleInterface
Properties
Readonly
interface
interface
:
Interface
= ...
Protected
Readonly
serenity
serenity
:
Serenity
Methods
Protected
on
Line
onLine
(
line
:
string
)
:
Promise
<
void
>
Parameters
line
:
string
Returns
Promise
<
void
>
parse
Flags
parseFlags
(
command
:
string
)
:
{
command
:
string
;
flags
:
[
string
,
string
]
[]
}
Parameters
command
:
string
Returns
{
command
:
string
;
flags
:
[
string
,
string
]
[]
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
interface
serenity
Methods
on
Line
parse
Flags
SerenityJS
Loading...