UNPKG

html-validator-cli

Version:

CLI for validating html using validator.w3.org/nu

7 lines (5 loc) 108 B
'use strict' module.exports = () => { const help = require('./helptext.json') return help.join('\n') }