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