aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/unexpand.fish
blob: 2b59db4e23a452f5aa45f7ea740d4436e5e1dd3f (plain)
1
2
3
4
5
6
complete -c unexpand -s a -l all        -d 'convert all blanks, instead of just initial blanks'
complete -c unexpand -l first-only      -d 'convert only leading sequences of blanks (overrides -a)'
complete -c unexpand -s t -l tabs -x    -d 'have tabs N characters apart instead of 8 (enables -a)'
complete -c unexpand -s t -l tabs -x    -d 'use comma separated LIST of tab positions (enables -a)'
complete -c unexpand -l help     -d 'display this help and exit'
complete -c unexpand -l version  -d 'output version information and exit'