diff options
Diffstat (limited to 'Completion/Pbmplus/_pgmtopbm')
-rw-r--r-- | Completion/Pbmplus/_pgmtopbm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Pbmplus/_pgmtopbm b/Completion/Pbmplus/_pgmtopbm new file mode 100644 index 000000000..642d6277b --- /dev/null +++ b/Completion/Pbmplus/_pgmtopbm @@ -0,0 +1,5 @@ +#compdef pgmtopbm + +_arguments '-floyd' '-fs' '-threshold' '-dither8' '-d8' '-cluster3' '-c3' \ + '-cluster4' '-c4' '-cluster8' '-c8' '-value:threshold value:' \ + ':file: _pbm_file' |