mjambon / dune-deps

Show the internal dependencies in your OCaml/Reason/Dune project
BSD 3-Clause "New" or "Revised" License
58 stars 6 forks source link

Add options to not show external libraries, executables #11

Closed mjambon closed 4 years ago

mjambon commented 4 years ago

Originally requested by @ygrek (https://github.com/mjambon/dune-deps/issues/5).

This may help declutter graphs and should be straightforward to add. The idea would be to add one command-line option to omit external libraries and another option to omit executables.

mjambon commented 4 years ago

Added options --no-exe and --no-ext. Will be in release 1.2.0.