frontend
Preparing search index...
utils/cli/commands/blackjackCommands
parseBlackjackCommand
Function parseBlackjackCommand
parseBlackjackCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
|
"split"
|
"reset"
|
"hit"
|
"stand"
|
"bet"
|
"doubledown"
|
"insurance"
|
"declineinsurance"
|
"surrender"
|
"togglehint"
|
"setdeckcount"
|
"togglesoft17"
|
"togglecounting"
|
"toggledas"
|
"setcountingsystem"
|
"setpenetration"
|
"setcpucount"
|
"earlysurrender"
|
"declineearlysurrender"
|
"setsurrenderrule"
,
amount
?:
number
,
config
?:
BlackJackConfigInput
,
betOptions
?:
BlackJackBetOptions
,
]
,
>
Parse a BlackJack CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
|
"split"
|
"reset"
|
"hit"
|
"stand"
|
"bet"
|
"doubledown"
|
"insurance"
|
"declineinsurance"
|
"surrender"
|
"togglehint"
|
"setdeckcount"
|
"togglesoft17"
|
"togglecounting"
|
"toggledas"
|
"setcountingsystem"
|
"setpenetration"
|
"setcpucount"
|
"earlysurrender"
|
"declineearlysurrender"
|
"setsurrenderrule"
,
amount
?:
number
,
config
?:
BlackJackConfigInput
,
betOptions
?:
BlackJackBetOptions
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a BlackJack CLI command into API exec arguments.