Files
logseq/cli-e2e/spec/sync_inventory.edn
rcmerci f751f27a63 refactor(cli): remove --data-dir, add --root-dir
--data-dir: ~/logseq/graphs
--root-dir: ~/logseq

All other configuration files and data directories are derived from the root-dir
2026-04-24 22:35:00 +08:00

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 []}}}