frontend
Preparing search index...
utils/cli/commands/heartsCommands
parseHeartsCommand
Function parseHeartsCommand
parseHeartsCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"reset"
|
"play"
|
"pass"
|
"next"
|
"nextround"
|
"hint"
,
cardIndices
?:
number
[]
,
cardIndex
?:
number
,
config
?:
HeartsConfigInput
,
]
,
>
Parse a Hearts CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"reset"
|
"play"
|
"pass"
|
"next"
|
"nextround"
|
"hint"
,
cardIndices
?:
number
[]
,
cardIndex
?:
number
,
config
?:
HeartsConfigInput
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Hearts CLI command into API exec arguments.