frontend
Preparing search index...
utils/cli/commands/holdemCommands
parseHoldemCommand
Function parseHoldemCommand
parseHoldemCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
HoldemLikeCommand
,
amount
?:
number
,
config
?:
HoldemConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
]
,
>
Parse a Texas Hold'em CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
HoldemLikeCommand
,
amount
?:
number
,
config
?:
HoldemConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Texas Hold'em CLI command into API exec arguments.