Open michaelzenz opened 3 years ago
Can you give some more details on what your problem with the -p flag is?
Can you give some more details on what your problem with the -p flag is?
Suppose the file tree looks like this:
├── example
│ └── code
│ ├── main.go //here main.go imports pkg
│ └── pkg
│ ├── include.go
and suppose i am now under dir example, so the problem is when I do godegraph code/main.go, and use -p example
, include.go
will still be filter out.
Do you mean -o? -p is for filtering out prefixes. (alias for -ignoreprefixes)
yes, -o, sry
While i am using it, i got a problem that i cannot let godepgraph draw dependencies only in my project directory with -p flag, so adding this feature