@atufi/esarg
v1.0.0
Published
*Parse CLI arguments according to an ES6 function signature*
Downloads
2
Readme
@atufi/esarg
Parse CLI arguments according to an ES6 function signature
#! /usr/bin/env node
import { myCmd } from './my-commands.js'
import esarg from '@atufi/esarg'
myCmd(...esarg(myCmd)())
See ./demo.js.