UNPKG

website-auditfy

Version:

> Tool for validate your project on SEO, HTML, CSS, JS, TS, Performance, Security and A11Y

19 lines 608 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const option_model_1 = require("../models/option.model"); const conventional_cli_1 = require("conventional-cli"); const cliOptions = [ new option_model_1.OptionModel({ shortName: '-f', longName: '--file', required: true, type: conventional_cli_1.ArgumentTypes.path, description: 'Path to the local HTML file to audit', additionalDescription: ``, values: [ 'relative path', 'absolute path', ] }), ]; //# sourceMappingURL=cli.list.js.map