UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

16 lines (11 loc) 206 B
'use strict' module.exports = { command: 'dag <command>', description: 'Interact with ipld dag objects.', builder (yargs) { return yargs .commandDir('dag') }, handler (argv) { } }