mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
enhance(cli): update skill md
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
(core/command-entry ["remove" "tag"] :remove-tag "Remove tag" remove-entity-spec
|
||||
{:examples ["logseq remove tag --graph my-graph --name project"]})
|
||||
(core/command-entry ["remove" "property"] :remove-property "Remove property" remove-entity-spec
|
||||
{:examples ["logseq remove property --graph my-graph --name status"
|
||||
{:examples ["logseq remove property --graph my-graph --name owner"
|
||||
"logseq remove property --graph my-graph --id 321"]})])
|
||||
|
||||
(defn invalid-options?
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
(def entries
|
||||
[(core/command-entry ["show"] :show "Show tree" show-spec
|
||||
{:examples ["logseq show --graph my-graph --page Home"
|
||||
"logseq show --graph my-graph --page Meeting Notes --level 2"
|
||||
"logseq show --graph my-graph --page \"Meeting Notes\" --level 2"
|
||||
"logseq show --graph my-graph --id 123 --level 3"
|
||||
"logseq show --graph my-graph --id '[123,456,789]'"
|
||||
"logseq show --graph my-graph --uuid 11111111-1111-1111-1111-111111111111"]})])
|
||||
|
||||
Reference in New Issue
Block a user