frontend
Preparing search index...
utils/cli/commands/memoryCommands
parseMemoryCommand
Function parseMemoryCommand
parseMemoryCommand
(
input
:
string
,
)
:
CliParseResult
<
[
command
:
"reset"
|
"log"
|
"next"
|
"flip"
,
position
?:
number
,
config
?:
MemoryConfigInput
,
]
,
>
Parse a Memory CLI command into API exec arguments.
Parameters
input
:
string
Returns
CliParseResult
<
[
command
:
"reset"
|
"log"
|
"next"
|
"flip"
,
position
?:
number
,
config
?:
MemoryConfigInput
,
]
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Parse a Memory CLI command into API exec arguments.