hd-auth-wallet/lib/commands/drop-keys.js

9 lines
202 B
JavaScript
Raw Normal View History

2019-11-23 22:34:59 +02:00
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");
}