mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
Execute brotli -v will generate a series of files ending with .br #429
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @znzjugod on GitHub (Aug 9, 2022).
According to the prompt, -v should only display verbose mode. However, after -v is run, an extra file is generated in the folder and the compressed file is compressed continuously.

results as follows:
@eustas commented on GitHub (Aug 9, 2022):
Verbose mode means that more information will be printed.
If neither of compress / decompress / test action is specified, then default action is chosen: compress for
brotlibinary, and decompress forunbrotli.