9 lines
202 B
JavaScript
Raw Permalink 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");
}