frontend
Preparing search index...
utils/cli/commands/doubtCommands
parseDoubtCommand
Function parseDoubtCommand
parseDoubtCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"reset"
|
"play"
|
"doubt"
|
"skip"
,
cardIndices
?:
number
[]
,
claimedValue
?:
number
,
doubterIndices
?:
number
[]
,
config
?:
DoubtConfig
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
]
,
>
Parse a Doubt CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"reset"
|
"play"
|
"doubt"
|
"skip"
,
cardIndices
?:
number
[]
,
claimedValue
?:
number
,
doubterIndices
?:
number
[]
,
config
?:
DoubtConfig
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Doubt CLI command into API exec arguments.