refactor: Remove unused options parsing
This commit is contained in:
parent
6cfa23dc20
commit
86634f8207
8
warp4j
8
warp4j
@ -106,14 +106,6 @@ while [[ $# -gt 0 ]]; do
|
|||||||
JVM_OPTIONS="$2"
|
JVM_OPTIONS="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
--launcher-shell)
|
|
||||||
LAUNCHER_SHELL="$2"
|
|
||||||
shift 2
|
|
||||||
;;
|
|
||||||
--launcher-cmd)
|
|
||||||
LAUNCHER_CMD="$2"
|
|
||||||
shift 2
|
|
||||||
;;
|
|
||||||
-*|--*) # unsupported options
|
-*|--*) # unsupported options
|
||||||
echo "Error: Unsupported option $1" >&2
|
echo "Error: Unsupported option $1" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user