ServerJS/Command Line

From MozillaWiki
< ServerJS
Revision as of 22:44, 1 June 2009 by Dolmen (talk | contribs) (→‎Prior Art: Fixed links to MS WSH ; added link to curlIE's CommandLine object)
Jump to navigation Jump to search

Command line processing

Many server-side tools use a command line as their interface, and there should be a high-level way to deal with the arguments.

Prior Art

  • Microsoft WshArguments object in the Windows Schript Host environment.
  • Python's optparse module provides a reasonably powerful, flexible and full-featured option parser