A small CLI-quality release on top of v1.1.0.
Added
-
packdirectory-recursion controls. Directory inputs are still walked
recursively by default; now you can bound the walk:--max-depth <N>caps it find(1) style (1= a directory's immediate
files only,2= one subdirectory level, and so on; must be>= 1).--no-recurseis shorthand for--max-depth 1; it conflicts with
--max-depth.
Files named directly as inputs are always packed regardless of depth.
Changed
- Friendlier CLI. Running
doskrunchwith no subcommand now prints the
full help (a top-level description, the command list, and worked examples
including the recommendedaPLib+8086default) and exits 0, instead of
the terse missing-subcommand error.--versionis enabled.
Install
cargo install --git https://github.com/pacnpal/doskrunch --locked
Or grab a prebuilt binary from the assets below (Linux x86_64 / aarch64, macOS
x86_64 / aarch64, Windows x86_64).