conda-incubator / conda-tree

conda dependency tree helper
MIT License
160 stars 12 forks source link

argument --exclude not work with --dot and --json #24

Open ChenMoFeiJin opened 9 months ago

ChenMoFeiJin commented 9 months ago

I expected the Python node and its connecting edges to be removed when I ran the command conda tree deptree --dot --small, but they were not. This made the picture I generated look a bit messy.

rvalieris commented 8 months ago

Hello,

currently the --dot option is not honoring the package exclusion options. This will be fixed on a future update.