Releases: 75lb/command-line-commands
Releases · 75lb/command-line-commands
v4.0.1
v2.0.0
v1.0.0
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.