-
Notifications
You must be signed in to change notification settings - Fork 48
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
Allow generating tree/graph for a union of subgraphs of the project #141
Comments
That would probably not work for It would require a couple of internal logic changes, as well as a change from |
@giannissc you might want to give |
Will give it a shot! Thanks 🙂 |
Currently focus-on can be used to generate a tree/graph for a single file using
cargo modules --focus-on "crate::module"
. I would like the option to specify multiple module to generate the tree forcargo modules --focus-on "crate{module1, module2, module3}"
Is there some way to to this already or would this have to be a new feature?
The text was updated successfully, but these errors were encountered: