Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent order of options and operation #111

Open
herrkami opened this issue Sep 17, 2024 · 0 comments
Open

Consistent order of options and operation #111

herrkami opened this issue Sep 17, 2024 · 0 comments

Comments

@herrkami
Copy link

herrkami commented Sep 17, 2024

According to the man page, the order of options, operation, and value is

brightnessctl [options] [operation] [value...]

Contrary to this, brightnessctl s 10%- -e 4 -n 100 works on my setup while brightnessctl -e 4 -n 100 s +10% does not. brightnessctl -e 4 -n 100 s 10% neither works.

Therefore, either the man page seems to be misleading or wrong, or the arguments are not being parsed correctly. (Unless the bug is in my head of course.)

Be it as it may, it would be great if the man page also included some examples with options. So far, we only have six examples that illustrate how values are being parsed and formatted.

Im using version 0.5.1-3.

@herrkami herrkami changed the title Consistency in order and format of options Consistent order of options and operation Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant