command-parser
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -626,3 +626,3 @@ /** | ||
this.puts('[bold]DESCRIPTION[/bold]'); | ||
term.printWrapped(config.longDescription); | ||
term.printWrapped((config.longDescription ? config.longDescription : config.shortDescription)); | ||
this.puts(''); | ||
@@ -629,0 +629,0 @@ |
@@ -106,3 +106,3 @@ /** | ||
sys.puts(toOutput); | ||
util.puts(toOutput); | ||
} | ||
@@ -350,3 +350,3 @@ | ||
if (argv.length > 0 && argv[0].indexOf('cast') !== -1) { | ||
if (argv.length > 0 && argv[0].indexOf(commandParser.binary) !== -1) { | ||
argv.splice(0, 1); | ||
@@ -353,0 +353,0 @@ } |
@@ -10,3 +10,3 @@ { | ||
"keywords": ["opts", "parseopt", "opt", "args", "console", "argsparse", "optparse", "autocomplete", "command", "autocompletion"], | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/racker/node-command-parser", | ||
@@ -13,0 +13,0 @@ "repository": { |
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
54626
16