The goal is to create a new command-line tool with a similar UX as the others. The new tool will read any file and check if it is a well-formatted mapping file. It will return an error code and print a detailed list of suspected problems if there is an error.
The name of the tool should be mapping-validator.
The goal is to create a new command-line tool with a similar UX as the others. The new tool will read any file and check if it is a well-formatted mapping file. It will return an error code and print a detailed list of suspected problems if there is an error. The name of the tool should be
mapping-validator
.