UNPKG

regit-cli

Version:
9 lines (6 loc) 187 B
import { Command } from 'commander' import configureList from './list.js' export default (program: Command) => { const command = program.command('tag') configureList(command) }