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