frontend
Preparing search index...
utils/cli/commands/spadesCommands
parseSpadesCommand
Function parseSpadesCommand
parseSpadesCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"reset"
|
"play"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
,
bid
?:
number
,
cardIndex
?:
number
,
config
?:
SpadesConfigInput
,
]
,
>
Parse a Spades CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"reset"
|
"play"
|
"next"
|
"nextround"
|
"hint"
|
"bid"
,
bid
?:
number
,
cardIndex
?:
number
,
config
?:
SpadesConfigInput
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Spades CLI command into API exec arguments.