mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update lint.ts
This commit is contained in:
parent
f7c09afb84
commit
fba07b17e7
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue