kabisa / maji

Maji is a framework to build great hybrid mobile apps.
https://www.majimobile.com/
MIT License
18 stars 10 forks source link

Pass literall args to cordova on `maji build/run` #137

Closed pascalw closed 7 years ago

pascalw commented 7 years ago

Fixes #104

Allows for example to specify the target ios emulator like so:

bin/maji run -e ios -- --target='iPhone 6'

(Note the additonal --)