clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

Is help for json2dot incomplete #47

Closed clemens-tolboom closed 10 years ago

clemens-tolboom commented 10 years ago

When running the following it's not clear what to provide.

$ json2dot /tmp/behattest/ --with-parents
Error: Directory is a required argument
Usage: /Users/clemens/bin/json2dot [options] [operands]
Options:
  -d, --directory <arg>   Directory containing the json files
  -u, --documenter <arg>  Set documentation url generator.
  -p, --with-parents      Add parents into file.

There are:

What is what?

clemens-tolboom commented 10 years ago

doh .... I should have used the --directory option.