UNPKG

@alexbosworth/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

6 lines (4 loc) 93 B
"use strict"; module.exports = function makeArgv(args) { return ['', ''].concat(args); };