UNPKG

bin-tool

Version:

The utility tool to create powerful command line tools

12 lines (10 loc) 128 B
const Command = require('./command') const { Argv, set } = require('./argv') module.exports = { Command, Argv, set }