UNPKG

regit-cli

Version:
6 lines (5 loc) 144 B
import configureList from './list.js'; export default (program) => { const command = program.command('tag'); configureList(command); };