diff options
| author | A Farzat <a@farzat.xyz> | 2026-06-21 11:44:26 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-06-21 11:44:26 +0300 |
| commit | 84b497fe446511ce832afcea30683b8e070bed10 (patch) | |
| tree | 68843c35b085218b8080af3f7afce001ecb3b84c /src/bin/r2md-prepend.rs | |
| parent | b012c1e6037ba3f89b9cdbd599f9d2650c1ad691 (diff) | |
| download | repo2markdown-84b497fe446511ce832afcea30683b8e070bed10.tar.gz repo2markdown-84b497fe446511ce832afcea30683b8e070bed10.zip | |
Add module docs to binaries
Diffstat (limited to 'src/bin/r2md-prepend.rs')
| -rw-r--r-- | src/bin/r2md-prepend.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/r2md-prepend.rs b/src/bin/r2md-prepend.rs index 7297fb6..6c8ed32 100644 --- a/src/bin/r2md-prepend.rs +++ b/src/bin/r2md-prepend.rs @@ -1,3 +1,8 @@ +//! Entry point for the `r2md-prepend` helper binary. +//! +//! This binary reads a NUL-separated path list from stdin, prepends additional paths supplied as +//! command-line arguments, and writes the updated path list to stdout. + use std::{ffi::OsString, io}; use clap::Parser; |
