UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

15 lines (10 loc) 208 B
'use strict' module.exports = { command: 'bitswap <command>', description: 'Interact with the bitswap agent.', builder (yargs) { return yargs.commandDir('bitswap') }, handler (argv) { } }