@antora/cli
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -80,3 +80,3 @@ #!/usr/bin/env node | ||
cli.command('help [command]', { noHelp: true }).action((name, command) => { | ||
cli.command('help [command]', { hidden: true }).action((name, command) => { | ||
if (name) { | ||
@@ -97,3 +97,3 @@ const helpCommand = cli.commands.find((candidate) => candidate.name() === name) | ||
cli.command('version', { noHelp: true }).action(() => cli.emit('option:version')) | ||
cli.command('version', { hidden: true }).action(() => cli.emit('option:version')) | ||
@@ -100,0 +100,0 @@ cli.on('--help', () => { |
{ | ||
"name": "@antora/cli", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "The command line interface for Antora.", | ||
@@ -21,7 +21,7 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/playbook-builder": "2.3.0", | ||
"commander": "~5.0" | ||
"@antora/playbook-builder": "2.3.1", | ||
"commander": "~5.1" | ||
}, | ||
"devDependencies": { | ||
"@antora/site-publisher": "2.3.0", | ||
"@antora/site-publisher": "2.3.1", | ||
"convict": "~5.2", | ||
@@ -46,3 +46,3 @@ "fs-extra": "~8.1", | ||
], | ||
"gitHead": "a268deae12211eb89f82ce5cc7d809b97baeb2a2" | ||
"gitHead": "b5c90bd55ba16fc6b293ea76d40452212c6e2a37" | ||
} |
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
+ Added@antora/playbook-builder@2.3.1(transitive)
+ Addedcommander@5.1.0(transitive)
- Removed@antora/playbook-builder@2.3.0(transitive)
- Removedcommander@5.0.0(transitive)
- Removeddeep-freeze-node@1.1.3(transitive)
Updatedcommander@~5.1