frontend
Preparing search index...
utils/cli/commands/threecardCommands
parseThreecardCommand
Function parseThreecardCommand
parseThreecardCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"reset"
|
"log"
|
"play"
|
"bet"
|
"fold"
,
amount
?:
number
,
pairPlusBet
?:
number
,
]
,
>
Parse a Three Card Poker CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"reset"
|
"log"
|
"play"
|
"bet"
|
"fold"
,
amount
?:
number
,
pairPlusBet
?:
number
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Three Card Poker CLI command into API exec arguments.