diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-30 22:45:29 -0700 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-05-30 22:45:29 -0700 |
commit | d4e9417c32414b39e76d20a1b810d274de1f20e9 (patch) | |
tree | 8bbacd4b1bba6a0d49abfa4150e7514af380cbe2 /config.lisp | |
parent | ffa83bc8b0794f5e20c6ee909e963436f5f06371 (diff) | |
download | lispruns-d4e9417c32414b39e76d20a1b810d274de1f20e9.tar.gz lispruns-d4e9417c32414b39e76d20a1b810d274de1f20e9.zip |
Add simple cli for interfacing with program (not fully functional); show splits
Diffstat (limited to 'config.lisp')
-rw-r--r-- | config.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |