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.
The tool can identify some flaws in batch files, for example goto / call to non-existing labels.
Implement a
--lintoption that only outputs potential problems with a given script.