diff options
Diffstat (limited to 'src/bin/r2md-remove.rs')
| -rw-r--r-- | src/bin/r2md-remove.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bin/r2md-remove.rs b/src/bin/r2md-remove.rs index 07c9124..20d69c1 100644 --- a/src/bin/r2md-remove.rs +++ b/src/bin/r2md-remove.rs @@ -1,3 +1,8 @@ +//! Entry point for the `r2md-remove` helper binary. +//! +//! This binary reads a NUL-separated path list from stdin, removes paths supplied as command-line +//! arguments after normalization, and writes the filtered path list to stdout. + use std::{io, path::PathBuf}; use clap::Parser; |
