mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
merged dave
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ Generate.new(ARGV[1]) if ARGV.first == 'gen'
|
||||
Create.new(ARGV[1]) if ARGV.first == 'create'
|
||||
|
||||
# droidgap run [optional directory]
|
||||
Run.new(ARGV[1]) if ARGV.first == 'run'
|
||||
Run.new if ARGV.first == 'run'
|
||||
|
||||
# droidgap update [params]
|
||||
Update.new if ARGV.first == 'update'
|
||||
|
||||
Reference in New Issue
Block a user