frontend
Preparing search index...
utils/cli/commands/gofishCommands
parseGofishCommand
Function parseGofishCommand
parseGofishCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"reset"
|
"log"
|
"ask"
,
targetIdx
?:
number
,
rank
?:
number
,
config
?:
GoFishConfigInput
,
]
,
>
Parse a Go Fish CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"reset"
|
"log"
|
"ask"
,
targetIdx
?:
number
,
rank
?:
number
,
config
?:
GoFishConfigInput
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Go Fish CLI command into API exec arguments.