The command line syntax is as follows:
jug [options] classname
Where options can be a combination of the following:
Adds a margin around the class diagram
Displays private fields
Displays protected fields
Displays special fields
Displays types
Sets the font, highlighted, frame, or back color. The format used is #bbggrr, where rr, gg and bb are hexadecimal values in the range 0-ff. For example, to set the font color to red, you could use
jar -cf 0000ff my.class
Output to eps format instead of emf. This requires the eps options to be set inside the JUG application before. (Select the printer to use for eps output)
The input file is a .jar archive. This requires the jar options to be set inside the JUG application before. (Just give it the path to the jar.exe once)
Note: Currently, when reading from a .jar file, all classes will be drawn into the same diagram. So it's not useful yet. Tell me if you need this feature, then i might change the behaviour to output single diagrams.
Note: The font cannot currently be specified from the command line. If you need this feature, tell me.