bafolts / tplant

Typescript to plantuml
https://segmentationfaults.com/tplant/default.html
GNU General Public License v3.0
266 stars 34 forks source link

Not showing all relationships #87

Closed adamcole123 closed 2 years ago

adamcole123 commented 2 years ago

I am trying to run your project on this repo

The command i am running is tplant --input **/*.ts --output Playground.svg --project /

The output i get is this: image

Surely i should see many more relationships than this? Am i doing something wrong?

adamcole123 commented 2 years ago

Added --associations to the command and it resulted in this: image