UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

9 lines (5 loc) 160 B
'use strict' const commist = require('commist')() const help = require('./')() commist.register('help', help.toStdout) commist.parse(process.argv.splice(2))