bin/calabash-ios in calabash-cucumber-0.9.22 vs bin/calabash-ios in calabash-cucumber-0.9.23

- old
+ new

@@ -21,9 +21,13 @@ if cmd == 'help' print_help exit 0 elsif cmd == 'gen' calabash_scaffold + exit 0 +elsif cmd == 'download' + calabash_download(ARGV) + exit 0 elsif cmd == 'setup' calabash_setup(ARGV) exit 0 elsif cmd == 'check' validate_setup(ARGV)