There was an error while loading. Please reload this page.
1 parent c27a4bc commit af6b7dcCopy full SHA for af6b7dc
1 file changed
src/basic_memory/cli/commands/import_memory_json.py
@@ -97,7 +97,7 @@ async def get_markdown_processor() -> MarkdownProcessor:
97
98
99
@app.command()
100
-def import_memory_json(
+def import_json(
101
json_path: Path = typer.Argument(..., help="Path to memory.json file to import"),
102
):
103
"""Import entities and relations from a memory.json file.
0 commit comments