mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
dockcross: Add short flags
This commit is contained in:
parent
caa56f50a4
commit
5aa3cd3867
@ -91,17 +91,17 @@ while [[ $# != 0 ]]; do
|
|||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--args)
|
--args|-a)
|
||||||
ARG_ARGS="$2"
|
ARG_ARGS="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--config)
|
--config|-c)
|
||||||
ARG_CONFIG="$2"
|
ARG_CONFIG="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
|
||||||
--image)
|
--image|-i)
|
||||||
ARG_IMAGE="$2"
|
ARG_IMAGE="$2"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user