UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

15 lines (10 loc) 193 B
'use strict' module.exports = { command: 'pubsub <command>', description: 'pubsub commands', builder (yargs) { return yargs .commandDir('pubsub') }, handler (argv) {} }