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 Feb 24, 2024
1 parent da1a779 commit 5dfba81
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 20 deletions.
142 changes: 122 additions & 20 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 @@ -99,6 +99,7 @@ smallvec = { version = "1.13.0", features = [
strsim = "0.11.0"
syn = "2.0.50"
tempfile = "3.10.0"
termimad = "0.29.1"
test-case = "3.3.1"
textwrap = "0.16.1"
thiserror = "1.0.57"
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 @@ -64,6 +65,7 @@ scm-record = { workspace = true }
serde = { workspace = true }
slab = { workspace = true }
tempfile = { workspace = true }
termimad = { workspace = true }
textwrap = { workspace = true }
thiserror = { workspace = true }
timeago = { workspace = true }
Expand Down
Loading

0 comments on commit 5dfba81

Please sign in to comment.