frontend
Preparing search index...
utils/cli/commands/pyramidCommands
parsePyramidCommand
Function parsePyramidCommand
parsePyramidCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
|
"reset"
|
"log"
|
"draw"
|
"hint"
|
"giveup"
|
"undo"
|
"remove"
,
card1
?:
PyramidRemoveCard
,
card2
?:
PyramidRemoveCard
,
]
,
>
Parse a Pyramid Solitaire CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
|
"reset"
|
"log"
|
"draw"
|
"hint"
|
"giveup"
|
"undo"
|
"remove"
,
card1
?:
PyramidRemoveCard
,
card2
?:
PyramidRemoveCard
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Pyramid Solitaire CLI command into API exec arguments.