UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

15 lines (10 loc) 208 B
'use strict' module.exports = { command: 'dht <command>', description: 'Issue commands directly through the DHT.', builder (yargs) { return yargs.commandDir('dht') }, handler (argv) { } }