We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
justfile
docs/call_graph.svg
1 parent ba80031 commit 706a143Copy full SHA for 706a143
docs/call_graph.svg
justfile
@@ -0,0 +1,3 @@
1
+# Generate the static call graph
2
+gen_call_graph:
3
+ callGraph -language sh -ignore '(log|error)' -start main git-group-cloner --output docs/call_graph.svg
0 commit comments