utterminal
Advanced tools
Comparing version 0.5.30 to 0.5.31
@@ -1591,8 +1591,10 @@ /* | ||
if ( subArgs['command-name'] ) { | ||
if ( this.canonicalCommands[ subArgs['command-name'] ] ) { | ||
this.displayHelp( this.canonicalCommands[ subArgs['command-name'] ] ) ; | ||
var commandName = this.camelCase ? subArgs.commandName : subArgs['command-name'] ; | ||
if ( commandName ) { | ||
if ( this.canonicalCommands[ commandName ] ) { | ||
this.displayHelp( this.canonicalCommands[ commandName ] ) ; | ||
} | ||
else { | ||
term.red( "Unknown command '%s'" , subArgs['command-name'] ) ; | ||
term.red( "Unknown command '%s'" , commandName ) ; | ||
term( '\n\n' ) ; | ||
@@ -1599,0 +1601,0 @@ |
{ | ||
"name": "utterminal", | ||
"version": "0.5.30", | ||
"version": "0.5.31", | ||
"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
89376
1992