bin/calabash-ios in calabash-cucumber-0.9.139 vs bin/calabash-ios in calabash-cucumber-0.9.140.pre1
- old
+ new
@@ -32,9 +32,12 @@
console
exit 0
elsif cmd == 'build'
build
exit 0
+elsif cmd == 'update'
+ update(ARGV)
+ exit 0
elsif cmd == 'run'
run
exit 0
elsif cmd == 'download'
calabash_download(ARGV)