You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deps/cli/src/logseq/cli.cljs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,8 @@
91
91
:args->opts [:graph] :require [:graph]
92
92
:spec cli-spec/export}
93
93
{:cmds ["export-edn"] :desc"Export DB graph as EDN"
94
-
:description"Export a graph to EDN like the in-app graph EDN export. See https://github.com/logseq/docs/blob/master/db-version.md#edn-data-export for more about this export type."
94
+
:description"Export a local graph to EDN or the current in-app graph if --api-server-token is given. See https://github.com/logseq/docs/blob/master/db-version.md#edn-data-export for more about this export type."
0 commit comments