frontend
Preparing search index...
utils/cli/commands/speedCommands
parseSpeedCommand
Function parseSpeedCommand
parseSpeedCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"reset"
|
"log"
|
"play"
|
"hint"
|
"flip"
,
cardIndex
?:
number
,
pileIndex
?:
number
,
config
?:
SpeedConfig
,
]
,
>
Parse a Speed CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"reset"
|
"log"
|
"play"
|
"hint"
|
"flip"
,
cardIndex
?:
number
,
pileIndex
?:
number
,
config
?:
SpeedConfig
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Speed CLI command into API exec arguments.