mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 09:58:54 +08:00
Add completion for brightnessctl
(#8758)
* Add completion for `brightnessctl` * Update brightnessctl.fish
This commit is contained in:
parent
c5a8764db1
commit
280727073a
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…
x
Reference in New Issue
Block a user