Comparing version 6.5.5 to 6.5.6
@@ -625,5 +625,7 @@ 'use strict'; | ||
this.outputHelp(); | ||
run = false; | ||
} | ||
if (this.options.version && this.showVersionOnExit) { | ||
this.outputVersion(); | ||
run = false; | ||
} | ||
@@ -630,0 +632,0 @@ const parsedArgv = { args: this.args, options: this.options }; |
@@ -621,5 +621,7 @@ import { EventEmitter } from 'events'; | ||
this.outputHelp(); | ||
run = false; | ||
} | ||
if (this.options.version && this.showVersionOnExit) { | ||
this.outputVersion(); | ||
run = false; | ||
} | ||
@@ -626,0 +628,0 @@ const parsedArgv = { args: this.args, options: this.options }; |
{ | ||
"name": "cac", | ||
"version": "6.5.5", | ||
"version": "6.5.6", | ||
"description": "Simple yet powerful framework for building command-line apps.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -27,2 +27,3 @@ <img width="945" alt="2017-07-26 9 27 05" src="https://user-images.githubusercontent.com/8784712/28623641-373450f4-7249-11e7-854d-1b076dab274d.png"> | ||
- [Brackets](#brackets) | ||
- [Negated Options](#negated-options) | ||
- [Variadic Arguments](#variadic-arguments) | ||
@@ -176,2 +177,4 @@ - [Dot-nested Options](#dot-nested-options) | ||
### Negated Options | ||
To allow an option whose value is `false`, you need to manually specify a negated option: | ||
@@ -178,0 +181,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
70224
1624
497