Skip to content

Commit

Permalink
fix: improving md generation (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Sep 28, 2024
1 parent d8cd84a commit 38ae03b
Show file tree
Hide file tree
Showing 33 changed files with 792 additions and 745 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde = { version = "1", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
tera = "1"
thiserror = "1"
usage-lib = { workspace = true, features = ["clap"] }
usage-lib = { workspace = true, features = ["clap", "docs"] }
xx = "1"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 38ae03b

Please sign in to comment.