We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f168f commit 2e8c7e5Copy full SHA for 2e8c7e5
cmd-call-graph.py
@@ -1,8 +1,9 @@
1
# cmd-call-graph.py
2
#
3
-# Outputs a call graph for the given CMD / batch file in DOT (https://en.wikipedia.org/wiki/DOT_(graph_description_language)).
+# Outputs a call graph for the given CMD / batch file in DOT
4
+# (https://en.wikipedia.org/wiki/DOT_(graph_description_language)).
5
6
from callgraph.callgraph import main
-
7
-if __name__ == "__main__":
+
8
+if __name__ == "__main__":
9
main()
0 commit comments