kspalaiologos / bzip3

A better and stronger spiritual successor to BZip2.
GNU Lesser General Public License v3.0
680 stars 38 forks source link

Add `--rm` option #123

Closed sorairolake closed 8 months ago

sorairolake commented 8 months ago

This is an option to remove input files after successful compression or decompression. This is silently ignored if output is stdout.

Also, I am running clang-format with this change and before it.

Closes #122