cute-localize
Advanced tools
Comparing version 0.1.18 to 0.1.19
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
.option("-G, --no-use-gitignore", "Do not use 'git check-ignore' to exclude files/directories") | ||
.option("-X, --excluded-patterns", "Exclude files/directories whose paths contain the patterns specified") | ||
.option("-X, --excluded-patterns <list>", "Exclude files/directories whose paths contain the patterns specified", list) | ||
.option("-v, --verbose", "Print error messages") | ||
@@ -29,0 +29,0 @@ .parse(process.argv); |
{ | ||
"name": "cute-localize", | ||
"version": "0.1.18", | ||
"version": "0.1.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -176,3 +176,3 @@ Simple and powerful i18n module for Node.js | ||
-G, --no-use-gitignore Do not use 'git check-ignore' to exclude files/directories | ||
-X, --excluded-patterns Exclude files/directories whose paths contain the patterns specified | ||
-X, --excluded-patterns <list> Exclude files/directories whose paths contain the patterns specified | ||
-v, --verbose Print error messages | ||
@@ -179,0 +179,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18347