sitemap-generator-cli
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -14,3 +14,3 @@ #!/usr/bin/env node | ||
.option('-q, --query', 'consider query string') | ||
.option('-u, --user-agent') | ||
.option('-u, --user-agent', 'set custom User Agent') | ||
.option('-v, --verbose', 'print details when crawling') | ||
@@ -17,0 +17,0 @@ .parse(process.argv); |
{ | ||
"name": "sitemap-generator-cli", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Create xml sitemaps from the command line.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/lgraubner/sitemap-generator-cli", |
@@ -49,6 +49,7 @@ # Sitemap Generator CLI | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
-q, --query consider query string | ||
-v, --verbose print details when crawling | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
-q, --query consider query string | ||
-u, --user-agent set custom User Agent | ||
-v, --verbose print details when crawling | ||
``` | ||
@@ -60,2 +61,6 @@ | ||
### user-agent | ||
Set a custom User Agent used for crawling. Default is `Node/SitemapGenerator`. | ||
### verbose | ||
@@ -62,0 +67,0 @@ |
123285
71