From 84b497fe446511ce832afcea30683b8e070bed10 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sun, 21 Jun 2026 11:44:26 +0300 Subject: Add module docs to binaries --- src/bin/r2md-append.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/bin/r2md-append.rs') diff --git a/src/bin/r2md-append.rs b/src/bin/r2md-append.rs index 4dd0698..0c84164 100644 --- a/src/bin/r2md-append.rs +++ b/src/bin/r2md-append.rs @@ -1,3 +1,8 @@ +//! Entry point for the `r2md-append` helper binary. +//! +//! This binary reads a NUL-separated path list from stdin, appends additional paths supplied as +//! command-line arguments, and writes the updated path list to stdout. + use std::{ffi::OsString, io}; use clap::Parser; -- cgit v1.3.1