UNPKG

now-flow

Version:

Add deployment workflows to Zeit now

12 lines (9 loc) 150 B
module.exports = { subcommands: new Set(['help', 'set']), get help() { return require('./help') }, get set() { return require('./set') } }