summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 3a89188..8cbbadb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,3 +1,8 @@
+//! Entry point for the main `repo2markdown` binary.
+//!
+//! This binary parses command-line arguments, connects stdin/stdout, and delegates the actual
+//! rendering pipeline to [`run::run`].
+
mod cli;
mod run;