frontend
Preparing search index...
utils/cli/commands/oldmaidCommands
parseOldmaidCommand
Function parseOldmaidCommand
parseOldmaidCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"shuffle"
|
"reset"
|
"draw"
|
"reorder"
,
drawIdx
?:
number
,
mode
?:
number
,
cpuPlacementStrategy
?:
boolean
,
reorderIndices
?:
number
[]
,
cpuMemoryAI
?:
boolean
,
cpuHesitationEnabled
?:
boolean
,
cpuMetaAI
?:
boolean
,
profile
?:
unknown
,
]
,
>
Parse an Old Maid CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"shuffle"
|
"reset"
|
"draw"
|
"reorder"
,
drawIdx
?:
number
,
mode
?:
number
,
cpuPlacementStrategy
?:
boolean
,
reorderIndices
?:
number
[]
,
cpuMemoryAI
?:
boolean
,
cpuHesitationEnabled
?:
boolean
,
cpuMetaAI
?:
boolean
,
profile
?:
unknown
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse an Old Maid CLI command into API exec arguments.