hd-auth-wallet/lib/commands/drop-keys.js
2019-11-23 22:34:59 +02:00

9 lines
202 B
JavaScript

module.exports.description = "Drop the keys we have instantiated"
module.exports.builder = (yargs) => {
}
module.exports.handler = (argv) => {
console.log("Drop the keys we have instantiated");
}