mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Add completion for brightnessctl
(#8758)
* Add completion for `brightnessctl` * Update brightnessctl.fish
This commit is contained in:
parent
c5a8764db1
commit
280727073a
1 changed files with 3 additions and 0 deletions
3
share/completions/brightnessctl.fish
Normal file
3
share/completions/brightnessctl.fish
Normal 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"
|
Loading…
Reference in a new issue