UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

16 lines (11 loc) 224 B
'use strict' module.exports = { command: 'patch', description: 'Create a new merkledag object based on an existing one.', builder (yargs) { return yargs .commandDir('patch') }, handler (argv) { } }