mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-31 16:16:23 +01:00 
			
		
		
		
	dockcross: Add short flags
This commit is contained in:
		| @@ -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 | ||||||
|             ;; |             ;; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matt McCormick
					Matt McCormick