frontend
Preparing search index...
utils/cli/commands/ginrummyCommands
parseGinrummyCommand
Function parseGinrummyCommand
parseGinrummyCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
|
"reset"
|
"log"
|
"discard"
|
"nextround"
|
"drawstock"
|
"drawdiscard"
|
"knock"
|
"layoff"
,
cardIndex
?:
number
,
config
?:
GinRummyConfigInput
,
cardIndices
?:
number
[]
,
]
,
>
Parse a Gin Rummy CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
|
"reset"
|
"log"
|
"discard"
|
"nextround"
|
"drawstock"
|
"drawdiscard"
|
"knock"
|
"layoff"
,
cardIndex
?:
number
,
config
?:
GinRummyConfigInput
,
cardIndices
?:
number
[]
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Gin Rummy CLI command into API exec arguments.