frontend
Preparing search index...
utils/cli/commands/spiderCommands
parseSpiderCommand
Function parseSpiderCommand
parseSpiderCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
|
"reset"
|
"log"
|
"hint"
|
"move"
|
"giveup"
|
"autocomplete"
|
"undo"
|
"deal"
,
from
?:
SpiderMoveZone
,
to
?:
SpiderMoveZone
,
config
?:
SpiderConfigInput
,
]
,
>
Parse a Spider Solitaire CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
|
"reset"
|
"log"
|
"hint"
|
"move"
|
"giveup"
|
"autocomplete"
|
"undo"
|
"deal"
,
from
?:
SpiderMoveZone
,
to
?:
SpiderMoveZone
,
config
?:
SpiderConfigInput
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Spider Solitaire CLI command into API exec arguments.