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