feat: scaffold CLI with fetch and render-md subcommands

This commit is contained in:
2026-04-08 22:46:33 +08:00
parent 1b5c8619d6
commit 0ce8786148
6 changed files with 270 additions and 2 deletions
+2
View File
@@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }