pahen / madge

Create graphs from your CommonJS, AMD or ES6 module dependencies
MIT License
9.09k stars 317 forks source link

Quiet flag #442

Open michaeljohansen opened 1 week ago

michaeljohansen commented 1 week ago

I suggest a flag, e.g. --silent that silences any output unless circular dependencies, or other non-warning problems, have been found.

$ madge --circular .
Processed 129 files (3.2s) (151 warnings)

✔ No circular dependency found!

Desired usage:

$ madge --circular --silent .
(nothing)