Bug 128823

Summary: jsc-cli library getoptlong.js
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 127432    

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.