Simple command-line tool to sanitize a directory to a specific whitelist, written in Rust.
cargo install sanitize
or, for tea users,
tea +crates.io/sanitize true
.
Well, thanks to clap, the help system flows nicely from the implementation:
```sh A simple command line tool for sanitizing a directory
Usage: sanitize [OPTIONS] [path]
Arguments: [path] the directory to sanitize
Options:
-f, --file