about summary refs log tree commit diff
path: root/Completion/Pbmplus/_pnmpad
blob: 9516c5281703e95a2916297206bf65fb98f37a1a (plain) (blame)
1
2
3
4
5
6
#compdef pnmpad

_arguments '-black' '-white' \
           '-l-:left border width:' '-r-:right border width:' \
           '-t-:top border width:' '-b-:bottom border width:' \
           ':file: _pbm_file'