mihaeu / dephpend

Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...

Home Page:https://dephpend.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make --output optional

mihaeu opened this issue · comments

All commands, including those producing binary output (e.g. .png) can output to stdout directly. This would allow for one line calls like

bin/dephpend uml src | display

instead of having to write it to an intermediate file.

I will stop using issues for my personal feature requests because it makes the project look more broken than it is 😅