CLI can create graphs from exported sqlite.build EDN

This commit is contained in:
Gabriel Horner
2025-03-07 16:01:01 -05:00
parent 9232d10ac2
commit c344f4a577
3 changed files with 13 additions and 6 deletions

View File

@@ -56,5 +56,5 @@
(with-out-str (pprint/pprint export-map))))
(pprint/pprint export-map)))
(when (= nbb/*file* (:file (meta #'-main)))
(when (= nbb/*file* (nbb/invoked-file))
(-main *command-line-args*))