UNPKG

skysync-cli

Version:

SkySync Command Line Interface

7 lines (6 loc) 181 B
"use strict"; module.exports = { command: 'fiddler', desc: 'Configure Fiddler within SkySync', builder: yargs => yargs.commandDir('./fiddler').demandCommand(1) };