@antora/cli
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -39,3 +39,6 @@ 'use strict' | ||
option.description += ' (required)' | ||
} else if (default_ !== undefined) { | ||
} else if ( | ||
default_ !== undefined && | ||
(typeof default_ !== 'object' || default_.toString() !== '[object Object]') | ||
) { | ||
option.default = default_ | ||
@@ -42,0 +45,0 @@ } |
{ | ||
"name": "@antora/cli", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "The command line interface for Antora.", | ||
@@ -21,3 +21,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/playbook-builder": "1.0.0-alpha.7", | ||
"@antora/playbook-builder": "1.0.0-alpha.8", | ||
"commander": "^2.14.1" | ||
@@ -24,0 +24,0 @@ }, |
@@ -6,3 +6,3 @@ # Antora CLI | ||
[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents. | ||
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](http://asciidoctor.org). | ||
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](https://asciidoctor.org). | ||
@@ -9,0 +9,0 @@ To run Antora, you need both the CLI and a site generator pipeline. |
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
10252
179
+ Added@antora/playbook-builder@1.0.0-alpha.8(transitive)
- Removed@antora/playbook-builder@1.0.0-alpha.7(transitive)