laconic-registry-cli/src/cmds/cns.ts

10 lines
176 B
TypeScript
Raw Normal View History

2022-04-22 12:22:17 +00:00
import yargs from 'yargs';
export const command = 'cns';
export const desc = 'CNS tools';
exports.builder = (yargs: yargs.Argv) => {
return yargs.commandDir('cns-cmds')
}