You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run cpp_dependency_graph visualise_project --root_dir ./dir I got the following chart:
This is a surprise to me because I expect dir1not to depend on dir2.
Could you kindly clarify if this is indeed a bug, or if there is a specific parameter adjustment that would ensure dir1 does not appear to depend on dir2 in the resulting dependency chart?
My actual use case is more complex than the provided example, which I've simplified for clarity and ease of discussion.