frontend
Preparing search index...
utils/cli/commands/golfCommands
parseGolfCommand
Function parseGolfCommand
parseGolfCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
|
"reset"
|
"log"
|
"draw"
|
"hint"
|
"giveup"
|
"undo"
|
"remove"
,
col
?:
number
,
]
,
>
Parse a Golf Solitaire CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
|
"reset"
|
"log"
|
"draw"
|
"hint"
|
"giveup"
|
"undo"
|
"remove"
,
col
?:
number
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Golf Solitaire CLI command into API exec arguments.