mirror of
https://github.com/logseq/logseq.git
synced 2026-05-16 08:52:20 +00:00
14 lines
279 B
Clojure
14 lines
279 B
Clojure
{:excluded-command-prefixes ["login" "logout"]
|
|
:scopes
|
|
{:global
|
|
{:options ["--config"
|
|
"--graph"
|
|
"--data-dir"
|
|
"--output"]}
|
|
|
|
:sync
|
|
{:commands ["sync upload"
|
|
"sync download"
|
|
"sync status"]
|
|
:options []}}}
|