UNPKG

ipfs

Version:

JavaScript implementation of the IPFS specification

15 lines (10 loc) 194 B
'use strict' module.exports = { command: 'stats <command>', description: 'Query IPFS statistics.', builder (yargs) { return yargs.commandDir('stats') }, handler (argv) { } }