Rebrand #16

Closed
zramsay wants to merge 9 commits from rebrand-6 into laconic-deprecated
Showing only changes of commit e0bb3ae3af - Show all commits

View File

@ -1,6 +1,6 @@
import yargs from 'yargs'; import yargs from 'yargs';
export const command = 'cns'; export const command = 'registry';
export const desc = 'Laconic Registry Tools'; export const desc = 'Laconic Registry Tools';
@ -17,7 +17,7 @@ exports.builder = (yargs: yargs.Argv) => {
'gas': { type: 'string' }, 'gas': { type: 'string' },
'fees': { type: 'string' } 'fees': { type: 'string' }
}) })
.commandDir('cns-cmds') .commandDir('registry-cmds')
.demandCommand() .demandCommand()
.help() .help()
} }