File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ deno install --global --allow-all jsr:@lpm/cli --name lpm
12
12
13
13
### ` add <nsid | pattern> `
14
14
15
-
16
15
```
17
16
lpm add app.bsky.feed.post
18
17
lpm add app.bsky.actor.*
@@ -36,7 +35,8 @@ Fetches all lexicons defied in `lexicons.json` and their dependencies.
36
35
lpm view app.bsky.feed.post
37
36
```
38
37
39
- View metadata about a lexicon such as it's direct dependencies and the authority DID.
38
+ View metadata about a lexicon such as it's direct dependencies and the authority
39
+ DID.
40
40
41
41
### ` tree --depth=<number> <nsid> `
42
42
@@ -45,8 +45,5 @@ lpm tree app.bsky.feed.post
45
45
lpm tree app.bsky.graph.defs --depth 3
46
46
```
47
47
48
- Resolves the tree of lexicons starting at a specific NSID. Denotes circular dependencies with a yellow circle.
49
-
50
-
51
-
52
-
48
+ Resolves the tree of lexicons starting at a specific NSID. Denotes circular
49
+ dependencies with a yellow circle.
You can’t perform that action at this time.
0 commit comments