UNPKG

magicli

Version:

Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async. It can be installed globally, in order to *execute* any module, or .js fil

3 lines (2 loc) 58 B
`use strict`; module.exports = (p1, p2) => `${p1} ${p2}`;