mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -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: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()
|
||||
|
||||
Reference in New Issue
Block a user