aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/set_color.fish
blob: cb42c9332263318ad355f259d23852b3819563ba (plain)
1
2
3
complete -c set_color -x -d (_ "Color") -a '(set_color --print-colors)'
complete -c set_color -s b -l background -x -a '(set_color --print-colors)' -d (_ "Change background color")
complete -c set_color -s o -l bold -d (_ 'Make font bold')