frontend
Preparing search index...
utils/cli/commands/pineappleCommands
parsePineappleCommand
Function parsePineappleCommand
parsePineappleCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
HoldemLikeCommand
|
"discard"
,
amount
?:
number
,
config
?:
PineappleConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
]
,
>
Parse a Pineapple Poker CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
HoldemLikeCommand
|
"discard"
,
amount
?:
number
,
config
?:
PineappleConfigInput
,
humanPlayMs
?:
number
,
profile
?:
unknown
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Pineapple Poker CLI command into API exec arguments.