snakefood3 icon indicating copy to clipboard operation
snakefood3 copied to clipboard

--internal flag

Open r-leyshon opened this issue 2 years ago • 1 comments

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

r-leyshon avatar Nov 14 '23 09:11 r-leyshon

are you interested in sending a PR?

trim21 avatar Nov 21 '23 14:11 trim21