fix: outdated docs and misc cleanup

Also added the new option to the import CLI,
improved tests that only test one file to only import 1 file
and cleaned up some hard to read code
This commit is contained in:
Gabriel Horner
2026-03-06 16:29:26 -05:00
committed by Gabriel Horner
parent 7522a87939
commit 5f7885dff5
3 changed files with 67 additions and 59 deletions

View File

@@ -193,6 +193,9 @@
{:alias :P
:coerce []
:desc "List of properties whose values convert to a parent class"}
:extract-code-snippets?
{:alias :C
:desc "Extract code fence(s) to #Code"}
:validate
{:alias :V
:desc "Validate db after creation"}})