frontend
Preparing search index...
utils/cli/commands/crazyeightsCommands
parseCrazyeightsCommand
Function parseCrazyeightsCommand
parseCrazyeightsCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"reset"
|
"play"
|
"draw"
|
"nextround"
|
"suit"
,
cardIndex
?:
number
,
suit
?:
number
,
config
?:
CrazyEightsConfigInput
,
]
,
>
Parse a Crazy Eights CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"reset"
|
"play"
|
"draw"
|
"nextround"
|
"suit"
,
cardIndex
?:
number
,
suit
?:
number
,
config
?:
CrazyEightsConfigInput
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Crazy Eights CLI command into API exec arguments.