mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
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:
committed by
Gabriel Horner
parent
7522a87939
commit
5f7885dff5
3
deps/graph-parser/script/db_import.cljs
vendored
3
deps/graph-parser/script/db_import.cljs
vendored
@@ -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"}})
|
||||
|
||||
Reference in New Issue
Block a user