dspinellis / UMLGraph

Declarative specification and drawing of UML diagrams
http://www.spinellis.gr/umlgraph
BSD 3-Clause "New" or "Revised" License
343 stars 92 forks source link

Added script for the generation of state diagrams #29

Open AlkisPlas opened 8 years ago

AlkisPlas commented 8 years ago

This provides a first approach to the declarative specification and drawing of UML state diagrams.

dspinellis commented 8 years ago

Interesting. Please add examples and documentation (under doc).

dspinellis commented 8 years ago

stategraph [-o output_file] [-v] [input file]

If no files are given, it acts as a filter from stdin to stdout -v is used for view

AlkisPlas commented 8 years ago

I have already changed the interface that way but I did it using the argparse module. Would you like me to use getopt instead? The result will be the same.

dspinellis commented 8 years ago

argparse is fine.