-
-
Notifications
You must be signed in to change notification settings - Fork 956
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
riverpod_graph generates no output when run with -f=d2 #2765
Comments
VSCode built the run command for me that runs a graph analysis on a directory.
Will probably do a documentation PR for this. |
you must specify the PATH you wish to analyze |
Figured it out. On my Windows machine, the analysis package does not throw an error if the analysis target directory does not exist. For future notes This worked for me when operating with just code from the repo and not
This works for me in the VSCode
|
Describe the bug
riverpod_graph generates
mermaid
output but notd2 output
To Reproduce
The only example I could find for running riverpod_graph was here. It publishes locally from git. I can't figure out how to do this from the local tree.
generate mermaid output - the mermaid markup shows up on stdout.
or
No output at all
Expected behavior
I expect there should be d2 output that is an analog to the mermaid js output
The text was updated successfully, but these errors were encountered: