Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --no-owns CLI flag for dependencies command #348

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

regexident
Copy link
Owner

@regexident regexident commented Nov 24, 2024

This option filters out structural edges, as well as any nodes with a degree of 0 (i.e. disconnected nodes).

Fixes #274


Without --no-owns

cargo run --release -- dependencies --manifest-path "tests/projects/smoke"  > ./graph-without-owns.dot

smoke-with-owns-edges

With --no-owns

cargo run --release -- dependencies --manifest-path "tests/projects/smoke" -
-no-owns > ./graph-without-owns.dot

smoke-without-owns-edges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: dependencies --no-owns
1 participant