You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.