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
+5
View File
@@ -0,0 +1,5 @@
pub mod cli;
pub fn run() -> anyhow::Result<()> {
Ok(())
}