UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

16 lines (11 loc) 201 B
'use strict' module.exports = { command: 'swarm <command>', description: 'Swarm inspection tool.', builder (yargs) { return yargs .commandDir('swarm') }, handler (argv) { } }