mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update lint.ts
This commit is contained in:
@@ -23,7 +23,7 @@ const xsd = `<?xml version="1.0" encoding="UTF-8"?>
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
</xs:schema>`
|
</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() {
|
async function main() {
|
||||||
const storage = new Storage()
|
const storage = new Storage()
|
||||||
|
|||||||
Reference in New Issue
Block a user