mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
280727073a
* Add completion for `brightnessctl` * Update brightnessctl.fish
3 lines
131 B
Fish
3 lines
131 B
Fish
complete -f brightnessctl
|
|
complete -c brightnessctl -n "test (__fish_number_of_cmd_args_wo_opts) = 1" \
|
|
-xa "info get set max"
|