Implement manual cli tools option

This commit is contained in:
Danielle Jenkins 2025-03-13 11:20:08 +09:00
parent 85b4116262
commit ebede724ad
4 changed files with 428 additions and 18 deletions

View file

@ -41,6 +41,7 @@ anyhow = "1.0"
futures = "0.3"
rand = "0.8"
clap = { version = "4.4", features = ["derive"] }
html2md = "0.2.14"
[dev-dependencies]
# Testing utilities