UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

16 lines (11 loc) 204 B
'use strict' module.exports = { command: 'pin', description: 'Pin and unpin objects to local storage.', builder (yargs) { return yargs .commandDir('pin') }, handler (argv) { } }