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
As a command line user or module implementer,
It would be great if to be able to pass a file or folder
as an argument and generate a dot file.
For example, https://github.com/Persper/js-callgraph
allows this feature but for js projects. js-callgraph --cg input-scripts/simple-scripts/functioncall-arithmetic.js --output filename.json
The text was updated successfully, but these errors were encountered:
As a command line user or module implementer,
It would be great if to be able to pass a file or folder
as an argument and generate a dot file.
For example, https://github.com/Persper/js-callgraph
allows this feature but for js projects.
js-callgraph --cg input-scripts/simple-scripts/functioncall-arithmetic.js --output filename.json
The text was updated successfully, but these errors were encountered: