UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

15 lines (10 loc) 178 B
'use strict' module.exports = { command: 'key', description: 'Manage your keys', builder (yargs) { return yargs .commandDir('key') }, handler (argv) {} }