i18n-validate
Advanced tools
Comparing version 1.4.3-next.a393bcc.0 to 1.4.3-next.aa371cb.0
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
var start = performance.now(); | ||
var command = new Command().version("1.4.3-next.a393bcc.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level").option("--exclude <exclude...>", "Exclude files from parsing").option("--exit-on-error", "Exit immediately if an error is found"); | ||
var command = new Command().version("1.4.3-next.aa371cb.0").usage("[options] <file ...>").option("-c, --config <config>", "Path to the config file", "./i18n-validate.json").option("--log-level <logLevel>", "Log level").option("--exclude <exclude...>", "Exclude files from parsing").option("--exit-on-error", "Exit immediately if an error is found"); | ||
command.on("--help", () => { | ||
@@ -11,0 +11,0 @@ console.log(""); |
{ | ||
"name": "i18n-validate", | ||
"version": "1.4.3-next.a393bcc.0", | ||
"version": "1.4.3-next.aa371cb.0", | ||
"description": "A cli tool to find invalid i18n keys, missing variables and many more", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
52