UNPKG

hyperdrive-daemon-client

Version:

A client library and CLI tool for interacting with the Hyperdrive daemon.

7 lines (6 loc) 178 B
exports.command = 'debug <command>' exports.desc = 'Debug helpers' exports.builder = function (yargs) { return yargs.commandDir('debug') } exports.handler = function (argv) {}