Skip to content

Commit 6b37ef3

Browse files
committed
Format
1 parent d6479cd commit 6b37ef3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

packages/cli/README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ deno install --global --allow-all jsr:@lpm/cli --name lpm
1212

1313
### `add <nsid | pattern>`
1414

15-
1615
```
1716
lpm add app.bsky.feed.post
1817
lpm add app.bsky.actor.*
@@ -36,7 +35,8 @@ Fetches all lexicons defied in `lexicons.json` and their dependencies.
3635
lpm view app.bsky.feed.post
3736
```
3837

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.
4040

4141
### `tree --depth=<number> <nsid>`
4242

@@ -45,8 +45,5 @@ lpm tree app.bsky.feed.post
4545
lpm tree app.bsky.graph.defs --depth 3
4646
```
4747

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.

0 commit comments

Comments
 (0)