Execute brotli -v will generate a series of files ending with .br #429

Closed
opened 2026-01-29 20:43:45 +00:00 by claunia · 1 comment
Owner

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:
image

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: ![image](https://user-images.githubusercontent.com/106044623/183658008-4168950a-a8c4-45bc-b5b1-513c2a36706b.png)
Author
Owner

@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 brotli binary, and decompress for unbrotli.

@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 `brotli` binary, and decompress for `unbrotli`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#429