refactor still on going

This commit is contained in:
2026-05-09 11:53:27 -07:00
parent 24f983473f
commit 9f0eb29289
11 changed files with 1772 additions and 1747 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ def run_note_action(action: str, result: Any, args: Sequence[str], config: Dict[
act = str(action or "").strip().lower()
if act == "add":
from cmdlet.file.add_note import CMDLET as ADD_NOTE_CMDLET
from cmdlet.metadata.note_add import CMDLET as ADD_NOTE_CMDLET
return int(ADD_NOTE_CMDLET.run(result, args, config))