Update lint.ts

This commit is contained in:
freearhey 2025-01-13 17:55:14 +03:00
parent f7c09afb84
commit fba07b17e7

View file

@ -23,7 +23,7 @@ const xsd = `<?xml version="1.0" encoding="UTF-8"?>
</xs:element>
</xs:schema>`
program.argument('[filepath]', 'Path to *.channels.xml files to validate').parse(process.argv)
program.argument('[filepath]', 'Path to *.channels.xml files to check').parse(process.argv)
async function main() {
const storage = new Storage()