frontend
Preparing search index...
utils/cli/commands/pokerCommands
parsePokerCommand
Function parsePokerCommand
parsePokerCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
|
"reset"
|
"stand"
|
"bet"
|
"exchange"
|
"fold"
|
"check"
|
"call"
|
"raise"
|
"allin"
|
"odds"
,
indices
?:
number
[]
,
amount
?:
number
,
config
?:
PokerConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
]
,
>
Parse a Poker CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
|
"reset"
|
"stand"
|
"bet"
|
"exchange"
|
"fold"
|
"check"
|
"call"
|
"raise"
|
"allin"
|
"odds"
,
indices
?:
number
[]
,
amount
?:
number
,
config
?:
PokerConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Poker CLI command into API exec arguments.