8000 Releases · 75lb/command-line-commands · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: 75lb/command-line-commands

v4.0.1

16 Sep 23:12
Compare
8000 Choose a tag to compare

Breaking changes since v3.0.2

  • Minimum required Node version now v12.17.

Non-breaking

  • Upgraded all dependencies to their latest versions

v2.0.0

16 Jan 21:48
Compare
Choose a tag to compare

Breaking changes since v1.0.4

Removed support for Node less than v4.0.0. Users of old versions of Node can continue to use the previous version of this module.

v1.0.0

31 May 09:04
Compare
Choose a tag to compare

Breaking changes since 0.1.2

API change. Previously, the library was tightly coupled to command-line-args - you were required to supply your option definitions.

Now, the two libraries are de-coupled and the scope of this library has been reduced to the bare minimum - to extract the command. From there, you can use any option-parser you like to parse the remaining args.

0