update README with ruby on the codegen usage

This commit is contained in:
William Cheng 2015-03-18 00:14:39 +08:00
parent 369689d001
commit a1d02785af

View File

@ -64,9 +64,9 @@ usage: Codegen
-i,--input-spec <arg> location of the swagger spec, as URL or file -i,--input-spec <arg> location of the swagger spec, as URL or file
-l,--lang <arg> client language to generate. -l,--lang <arg> client language to generate.
Available languages include: Available languages include:
[android, java, jaxrs, nodejs, objc, scalatra, [android, async-scala, java, jaxrs, nodejs,
scala, dynamic-html, html, swagger, tizen, php, objc, scalatra, scala, dynamic-html, html,
python] swagger, tizen, php, ruby, python]
-o,--output <arg> where to write the generated files -o,--output <arg> where to write the generated files
-t,--template-dir <arg> folder containing the template files -t,--template-dir <arg> folder containing the template files
``` ```