summaryrefslogtreecommitdiff
path: root/completions/javaws
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/javaws
parent059a87a5936cfebfd2d71ab8057002cafb2ea051 (diff)
downloadbash-completion-6d88f1055806932d9291f96847d2b691cccda2cd.tar.gz
New upstream version 2.7upstream/2.7
Diffstat (limited to 'completions/javaws')
-rw-r--r--completions/javaws12
1 files changed, 6 insertions, 6 deletions
diff --git a/completions/javaws b/completions/javaws
index b9afefd7..7d6e22c8 100644
--- a/completions/javaws
+++ b/completions/javaws
@@ -7,28 +7,28 @@ _javaws()
case $prev in
-help|-license|-about|-viewer|-arg|-param|-property|-update|-umask)
- return 0
+ return
;;
-basedir|-codebase)
_filedir -d
- return 0
+ return
;;
-uninstall|-import)
_filedir jnlp
- return 0
+ return
;;
esac
if [[ $cur == *= ]]; then
- return 0
+ return
elif [[ $cur == -* ]]; then
COMPREPLY=( $( compgen -W "$( _parse_help "$1" -help ) " -- "$cur" ) )
[[ $COMPREPLY == *= ]] && compopt -o nospace
- return 0
+ return
fi
_filedir jnlp
} &&
complete -F _javaws javaws
-# ex: ts=4 sw=4 et filetype=sh
+# ex: filetype=sh