Socket
Socket
Sign inDemoInstall

cmdln

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

9

CHANGES.md
# node-cmdln Changelog
## 3.2.2
- Don't error with:
Error: "helpSubcmds" error: unmatched command handlers found: foo, bar
if the "foo" and "bar" commands are hidden (via `do_foo.hidden = true`).
## 3.2.1

@@ -4,0 +13,0 @@

4

lib/cmdln.js

@@ -304,3 +304,5 @@ /*

}
enumOrder.push(name);
if (!self._handlerFromName[name].hidden) {
enumOrder.push(name);
}
self._nameFromAlias[name] = name;

@@ -307,0 +309,0 @@ allAliases = func.aliases || [];

{
"name": "cmdln",
"version": "3.2.1",
"version": "3.2.2",
"description": "helper lib for creating CLI tools with subcommands; think `git`, `svn`, `zfs`",

@@ -5,0 +5,0 @@ "author": "Trent Mick (http://trentm.com)",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc