okapi 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/okapi/help.rb +3 -1
- data/lib/okapi/version.rb +1 -1
- metadata +3 -3
data/lib/okapi/help.rb
CHANGED
|
@@ -16,10 +16,12 @@ module Apiary
|
|
|
16
16
|
puts "\nCurrently available okapi options are:\n\n"
|
|
17
17
|
|
|
18
18
|
puts "\t-b, --blueprint path to the blueprint (default: " + BLUEPRINT_PATH + " )"
|
|
19
|
-
puts "\t-t, --test_spec path to the test specification (default: " +
|
|
19
|
+
puts "\t-t, --test_spec path to the test specification (default: " + TEST_SPEC_PATHS + " )"
|
|
20
20
|
#puts "\t-o, --output output format (default: " + OUTPUT + ")"
|
|
21
21
|
puts "\t-u, --test_url url to test (default: " + TEST_URL + ")"
|
|
22
22
|
puts "\t-a, --apiary apiary url (default: " + APIARY_URL + ")"
|
|
23
|
+
puts "\t-s, --config config file (default: " + CONFIG_PATH + ")"
|
|
24
|
+
puts "\t-p, --params prints used parameters
|
|
23
25
|
puts "\n"
|
|
24
26
|
puts "\thelp Show this help"
|
|
25
27
|
puts "\n"
|
data/lib/okapi/version.rb
CHANGED
metadata
CHANGED