cmd-call-graph
cmd-call-graph copied to clipboard
Add a lint mode
The tool can identify some flaws in batch files, for example goto / call to non-existing labels.
Implement a --lint option that only outputs potential problems with a given script.
Example checks:
- dead code
- misspelled labels for goto/calls