From af6b7dc40a55eaa2aa78d6ea831e613851081d52 Mon Sep 17 00:00:00 2001 From: phernandez Date: Tue, 4 Feb 2025 11:29:22 -0600 Subject: [PATCH] chore: rename import tool --- src/basic_memory/cli/commands/import_memory_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic_memory/cli/commands/import_memory_json.py b/src/basic_memory/cli/commands/import_memory_json.py index 8de9c57b..4b32162c 100644 --- a/src/basic_memory/cli/commands/import_memory_json.py +++ b/src/basic_memory/cli/commands/import_memory_json.py @@ -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.