utterminal
Advanced tools
Comparing version 0.5.46 to 0.5.47
@@ -267,3 +267,3 @@ /* | ||
this.mandatory = false ; | ||
this.exclusive = false ; | ||
this.exclusive = false ; // also prevent other options to be mandatory, useful for --help | ||
this.description = null ; | ||
@@ -1486,3 +1486,3 @@ this.group = null ; | ||
Cli.prototype.addHelpOption = function() { | ||
this.opt( [ 'help' , 'h' ] ).flag | ||
this.opt( [ 'help' , 'h' ] ).flag.exclusive | ||
.description( 'Display help and exit' ) | ||
@@ -1489,0 +1489,0 @@ .exec( ( ... args ) => this.helpOptionHook( ... args ) ) ; |
{ | ||
"name": "utterminal", | ||
"version": "0.5.46", | ||
"version": "0.5.47", | ||
"description": "The Ultimate Terminal lib!", | ||
@@ -5,0 +5,0 @@ "main": "lib/utterminal.js", |
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
91329