thebjorn / pydeps

Python Module Dependency graphs
https://pydeps.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
1.8k stars 114 forks source link

--dot-output option is not effective #207

Open EricWebsmith opened 9 months ago

EricWebsmith commented 9 months ago

running the following command, the SVG is display but the dot file is not generated

pydeps --reverse --dot-output service.dot ~/service

Thanks.

thebjorn commented 9 months ago

Hi @EricWebsmith and thank you for your interest in pydeps.

If you add the --show-dot flag it should work.