bin/calabash-android-helpers.rb in calabash-android-0.0.8 vs bin/calabash-android-helpers.rb in calabash-android-0.0.10

- old
+ new

@@ -9,11 +9,11 @@ puts "-"*10 + "-------" + "-"*10 + "\n" end def print_usage puts <<EOF - Usage: calabash-android <command-name> [parameters] + Usage: calabash-android <command-name> [parameters] [options] <command-name> can be one of help prints more detailed help information. gen generate a features folder structure. @@ -25,9 +25,14 @@ build builds the test server that will be used when testing the app. You need to run this command every time you make changes to the app. run runs Cucumber in the current folder with the enviroment needed. + + + <options> can be + -v, --verbose + Turns on verbose logging EOF end def print_help file = File.join(File.dirname(__FILE__), '..', 'doc', 'calabash-android-help.txt')