snakefood3
snakefood3 copied to clipboard
--internal flag
Description
If I only want internal dependencies, would be great to have an internal flag as in snakefood. I'm left to grep stuff out otherwise.
Environment
- language version: Python 3.9.13
- app/lib/repo version: 0.0.7
How to reproduce
python -m snakefood3 --internal <PROJECT_PTH> <PKG_NM> > out.dot
Expectations
a dot file with internal dependencies only is written.
Actual result
__main__.py: error: unrecognized arguments: --internal
are you interested in sending a PR?