refactor: Remove unused options parsing

This commit is contained in:
Serge Guzik 2019-02-14 17:30:55 +02:00
parent 6cfa23dc20
commit 86634f8207

8
warp4j
View File

@ -106,14 +106,6 @@ while [[ $# -gt 0 ]]; do
JVM_OPTIONS="$2"
shift 2
;;
--launcher-shell)
LAUNCHER_SHELL="$2"
shift 2
;;
--launcher-cmd)
LAUNCHER_CMD="$2"
shift 2
;;
-*|--*) # unsupported options
echo "Error: Unsupported option $1" >&2
exit 1