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

@@ -42,5 +42,5 @@
diff (butlast (data/diff export-map export-map2))]
(pprint/pprint diff)))
(when (= nbb/*file* (:file (meta #'-main)))
(when (= nbb/*file* (nbb/invoked-file))
(-main *command-line-args*))