Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

commandos

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commandos - npm Package Versions

12

0.1.5

Diff

Changelog

Source

[0.1.5] - Jan 15, 2018

Fixed

  • Fixed the bug that keyword NULLABLE in ODL not recogonized.
  • Fixed the bug in commandos.parse that non-option arguments taken by named options are not excluded from the $ array.
youngoat
published 0.1.4 •

Changelog

Source

[0.1.4] - Jan 3, 2018

New

Allow taking non-option argument(s) as option value by setting nonOption property in option definition.

youngoat
published 0.1.3 •

Changelog

Source

[0.1.3] - Jan 2, 2018

Fixed

Fixed the bug taht Error None of the option groups matched throwed if no named options found even if there is at least one option group requiring no named options.

youngoat
published 0.1.2 •

Changelog

Source

[0.1.2] - Dec 30, 2017

New

Global setting ignoreInvalidArgument added.

youngoat
published 0.1.1 •

Changelog

Source

[0.1.1] - Dec 30, 2017

Fixed

CLI sub-expression like --=value will be parsed to { '-': 'value' } before. However, it is really ambiguous. Since this version, an exception will be thrownm in such cases.

youngoat
published 0.1.0 •

Changelog

Source

[0.1.0] - Dec 30, 2017

youngoat
published 0.0.5 •

youngoat
published 0.0.3 •

Changelog

Source

[0.0.3] - Dec 23, 2017

  • Fixed: ReferenceError: extractProperty is not defined
youngoat
published 0.0.2 •

Changelog

Source

[0.0.2] - Dec 22, 2017

  • Assignment form like --name=value is supported.
  • Paradoxical attributes in option definition will make exception throwed when commandos.parse() invoked.
youngoat
published 0.0.1 •

Changelog

Source

[0.0.1] - 2017-12-21

Released.


This CHANGELOG.md follows Keep a CHANGELOG.

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