Skip to content

Commit 2e8c7e5

Browse files
ankitsaxena21lupino3
authored andcommitted
Updated cmd-call-graph.py (#31)
* Updat cmd-call-graph.py * Update cmd-call-graph.py
1 parent 45f168f commit 2e8c7e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cmd-call-graph.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# cmd-call-graph.py
22
#
3-
# Outputs a call graph for the given CMD / batch file in DOT (https://en.wikipedia.org/wiki/DOT_(graph_description_language)).
3+
# Outputs a call graph for the given CMD / batch file in DOT
4+
# (https://en.wikipedia.org/wiki/DOT_(graph_description_language)).
45

56
from callgraph.callgraph import main
6-
7-
if __name__ == "__main__":
7+
8+
if __name__ == "__main__":
89
main()

0 commit comments

Comments
 (0)