mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
chore: rename import tool
This commit is contained in:
@@ -97,7 +97,7 @@ async def get_markdown_processor() -> MarkdownProcessor:
|
||||
|
||||
|
||||
@app.command()
|
||||
def import_memory_json(
|
||||
def import_json(
|
||||
json_path: Path = typer.Argument(..., help="Path to memory.json file to import"),
|
||||
):
|
||||
"""Import entities and relations from a memory.json file.
|
||||
|
||||
Reference in New Issue
Block a user