node-subarg

parse arguments with recursive contexts
  https://github.com/substack/subarg
  0
  no reviews



This Node.js module allow one to parse command line like argument recursively, thus allowing subarguments.

This module is therefore useful for passing argument to submodules or plugins.

Node.js is an event-based server-side JavaScript engine.