Add completion for brightnessctl (#8758)

* Add completion for `brightnessctl`

* Update brightnessctl.fish
This commit is contained in:
Missu 2022-03-15 16:04:31 +00:00 committed by GitHub
parent c5a8764db1
commit 280727073a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
complete -f brightnessctl
complete -c brightnessctl -n "test (__fish_number_of_cmd_args_wo_opts) = 1" \
-xa "info get set max"