Socket
Socket
Sign inDemoInstall

cli

Package Overview
Dependencies
Maintainers
0
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.3.5 to 0.3.6

3

cli.js

@@ -43,2 +43,3 @@ /**

cli.width = 70;
cli.option_width = 25;

@@ -568,3 +569,3 @@ /**

var short, desc, optional, line, seen_opts = [],
switch_pad = 25;
switch_pad = cli.option_width;

@@ -571,0 +572,0 @@ var trunc_desc = function (pref, desc, len) {

@@ -5,5 +5,8 @@ #!/usr/bin/env node

//You can also (optionally) boost the width of output with:
//You can (optionally) boost the width of output with:
//cli.width = 120;
//You can also adjust the width of the options/command definitions
//cli.option_width = 25;
var long_desc = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s '

@@ -10,0 +13,0 @@ + 'standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make'

{ "name" : "cli",
"description" : "A tool for rapidly building command line apps",
"version" : "0.3.5",
"version" : "0.3.6",
"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