mirror of
https://github.com/logseq/logseq.git
synced 2026-05-16 00:42:20 +00:00
--data-dir: ~/logseq/graphs --root-dir: ~/logseq All other configuration files and data directories are derived from the root-dir
14 lines
279 B
Clojure
14 lines
279 B
Clojure
{:excluded-command-prefixes ["login" "logout"]
|
|
:scopes
|
|
{:global
|
|
{:options ["--config"
|
|
"--graph"
|
|
"--root-dir"
|
|
"--output"]}
|
|
|
|
:sync
|
|
{:commands ["sync upload"
|
|
"sync download"
|
|
"sync status"]
|
|
:options []}}}
|