enhance: export command can save to file option

Also update export-edn command to have same default behavior as
export command. Printing to stdout was ok for dev but is surprising and
possibly overwhelming for most graphs
This commit is contained in:
Gabriel Horner
2025-08-25 09:31:53 -04:00
parent 13d7709b34
commit ffaccbb33e
8 changed files with 45 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@logseq/cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "Logseq CLI",
"bin": {
"logseq": "cli.mjs"