UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

16 lines (11 loc) 206 B
'use strict' module.exports = { command: 'block <command>', description: 'Manipulate raw IPFS blocks.', builder (yargs) { return yargs .commandDir('block') }, handler (argv) { } }