bin/calabash-ios-helpers.rb in calabash-cucumber-0.9.74 vs bin/calabash-ios-helpers.rb in calabash-cucumber-0.9.80.pre.1
- old
+ new
@@ -15,10 +15,12 @@
<command-name> can be one of
help
prints more detailed help information.
gen
generate a features folder structure.
+ console
+ starts an interactive console to interact with your app via Calabash
setup (EXPERIMENTAL) [opt path]?
setup your XCode project for calabash-ios
download [opt path]?
downloads latest compatible version of calabash.framework
check (EXPERIMENTAL) [opt path to .ipa/.app]?
@@ -33,9 +35,10 @@
enable accessibility in all iOS Simulators
sim device [iPad, iPhone, iPhone_Retina]
change the default iOS Simulator device.
EOF
end
+
def print_help
file = File.join(File.dirname(__FILE__), '..', 'doc', 'calabash-ios-help.txt')
system("less #{file}")
end