From d4e9417c32414b39e76d20a1b810d274de1f20e9 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Mon, 30 May 2022 22:45:29 -0700 Subject: Add simple cli for interfacing with program (not fully functional); show splits --- config.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.lisp') diff --git a/config.lisp b/config.lisp index 96bff4d..bdb11ca 100644 --- a/config.lisp +++ b/config.lisp @@ -76,7 +76,7 @@ ;; Driver that takes the config and inserts the category and its ;; splits into the db, obviously requires a mito toplevel connection -(defun import-config (file-path) +(defun import-category (file-path) (let* ((config-sections (sections (read-lines file-path))) (category (mito:insert-dao (create-category-object (get-section "category" config-sections)))) -- cgit v1.2.3-70-g09d2