ServerJS/Command Line

From MozillaWiki
< ServerJS
Revision as of 01:59, 5 February 2009 by Kdangoor (talk | contribs) (New page: = 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 == * Python's [ht...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

  • Python's optparse module provides a reasonably powerful, flexible and full-featured option parser