Hummer12007 / brightnessctl

A program to read and control device brightness
Other
900 stars 48 forks source link

`--quiet` does not suppress output when called with `--restore` #65

Closed jonasc closed 3 years ago

jonasc commented 3 years ago
$ brightnessctl --version
0.5

but the package is supposed to be 0.5.1 (https://archlinux.org/packages/community/x86_64/brightnessctl/).

Command: brightnessctl --restore --quiet (After having saved the previous value) Expected output: No output at all Actual output:

Device 'intel_backlight' of class 'backlight':
    Current brightness: 2220 (50%)
    Max brightness: 4438
jonasc commented 3 years ago

I tested it now with the latest code from the repository and it works. So I'm closing this now. Sorry for the noise.