3
edits
(→Prior Art: WScript.Shell) |
(→Prior Art: Fixed links to MS WSH ; added link to curlIE's CommandLine object) |
||
| Line 5: | Line 5: | ||
== Prior Art == | == Prior Art == | ||
* Microsoft [http://msdn.microsoft.com/en-us/library/ | * Microsoft [http://msdn.microsoft.com/en-us/library/ss1ysb2a(VS.85).aspx WshArguments] object in the Windows Schript Host environment. | ||
** [http://code.google.com/p/curlie/source/browse/trunk/curlIE.wsf?spec=svn9&r=7#39 CommandLine object], by Olivier Mengué, a generic API to Unix-style parsed arguments with a concrete JavaScript implementation on top of WshArguments ([http://code.google.com/p/curlie/source/browse/trunk/curlIE.wsf?spec=svn9&r=7#163 CScriptCommandLine]). | |||
* Python's [http://docs.python.org/library/optparse.html optparse] module provides a reasonably powerful, flexible and full-featured option parser | * Python's [http://docs.python.org/library/optparse.html optparse] module provides a reasonably powerful, flexible and full-featured option parser | ||
edits