Skip to content

Commit

Permalink
cli: new jj docs command
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <[email protected]>
  • Loading branch information
thoughtpolice committed Apr 4, 2024
1 parent 1e9e4ad commit 99f713a
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 21 deletions.
144 changes: 123 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ smallvec = { version = "1.13.2", features = [
strsim = "0.11.1"
syn = "2.0.58"
tempfile = "3.10.1"
termimad = "0.29.1"
test-case = "3.3.1"
textwrap = "0.16.1"
thiserror = "1.0.58"
Expand Down
2 changes: 2 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ hex = { workspace = true }
indexmap = { workspace = true }
itertools = { workspace = true }
jj-lib = { workspace = true }
jj-docs = { workspace = true }
maplit = { workspace = true }
minus = { workspace = true }
once_cell = { workspace = true }
Expand All @@ -65,6 +66,7 @@ serde = { workspace = true }
slab = { workspace = true }
strsim = { workspace = true }
tempfile = { workspace = true }
termimad = { workspace = true }
textwrap = { workspace = true }
thiserror = { workspace = true }
timeago = { workspace = true }
Expand Down
Loading

0 comments on commit 99f713a

Please sign in to comment.