[ 源代码: node-argv ]
软件包:node-argv(0.0.2-7)
Node based command line argument parser
node-argv is a nodejs module that does command line argument parsing. node-argv implement a strict argument parser, which means all options must be defined before parsing starts. This argument parser allow one to use a modular structure for options parsing.
Node.js is an event-based server-side JavaScript engine.