Socket
Socket
Sign inDemoInstall

cli

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli - npm Package Compare versions

Comparing version 0.6.0 to 0.6.2

7

cli.js

@@ -343,3 +343,4 @@ /**

console.error(cli.app + ' v' + cli.version);
return cli.exit();
cli.exit();
break;
} else if (enable.daemon && (o === 'd' || o === 'daemon')) {

@@ -620,4 +621,6 @@ daemon_arg = cli.getArrayValue(['start','stop','restart','pid','log'], is_long ? null : 'start');

}
} else if (short) {
line = ' -' + short + ', --' + long;
} else {
line = ' -' + short + ', --' + long;
line = ' --' + long;
}

@@ -624,0 +627,0 @@ line += ' ';

{ "name" : "cli",
"description" : "A tool for rapidly building command line apps",
"version" : "0.6.0",
"version" : "0.6.2",
"homepage" : "http://github.com/chriso/cli",

@@ -5,0 +5,0 @@ "keywords" : ["cli","command line","opts","parseopt","opt","args","console","argsparse","optparse","daemon","autocomplete","command","autocompletion"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc