Bug 128823 - jsc-cli library getoptlong.js
Summary: jsc-cli library getoptlong.js
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks: 127432
  Show dependency treegraph
 
Reported: 2014-02-14 09:43 PST by Mark Hahnenberg
Modified: 2014-02-14 09:43 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-02-14 09:43:00 PST
Many command line utilities want to handle a wide variety of command line arguments. Having to parse these manually can be a pain. A library that takes inspiration from Ruby's GetoptLong class would be a big convenience for clients.