summaryrefslogtreecommitdiff
path: root/completions/pack200
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2017-09-25 23:46:54 -0300
commit6d88f1055806932d9291f96847d2b691cccda2cd (patch)
tree0ff79eedaa8a239331256048981deedbd0721965 /completions/pack200
parent059a87a5936cfebfd2d71ab8057002cafb2ea051 (diff)
downloadbash-completion-6d88f1055806932d9291f96847d2b691cccda2cd.tar.gz
New upstream version 2.7upstream/2.7
Diffstat (limited to 'completions/pack200')
-rw-r--r--completions/pack20018
1 files changed, 9 insertions, 9 deletions
diff --git a/completions/pack200 b/completions/pack200
index fa6b1c78..37c57749 100644
--- a/completions/pack200
+++ b/completions/pack200
@@ -9,36 +9,36 @@ _pack200()
-S|--segment-limit|-P|--pass-file|-C|--class-attribute|\
-F|--field-attribute|-M|--method-attribute|-D|--code-attribute|\
'-?'|-h|--help|-V|--version|-J)
- return 0
+ return
;;
-E|--effort)
COMPREPLY=( $( compgen -W '{0..9}' -- "$cur" ) )
- return 0
+ return
;;
-H|--deflate-hint)
COMPREPLY=( $( compgen -W 'true false keep' -- "$cur" ) )
- return 0
+ return
;;
-m|--modification-time)
COMPREPLY=( $( compgen -W 'latest keep' -- "$cur" ) )
- return 0
+ return
;;
-U|--unknown-attribute)
COMPREPLY=( $( compgen -W 'error strip pass' -- "$cur" ) )
- return 0
+ return
;;
-f|--config-file)
_filedir properties
- return 0
+ return
;;
-l|--log-file)
COMPREPLY=( $( compgen -W '-' -- "$cur" ) )
_filedir log
- return 0
+ return
;;
-r|--repack)
_filedir jar
- return 0
+ return
;;
esac
@@ -71,4 +71,4 @@ _pack200()
} &&
complete -F _pack200 pack200
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh