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