HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/doc/node-yargs/examples/cmds/
Upload File :
Current File : //proc/1784574/root/usr/share/doc/node-yargs/examples/cmds/remote.js
exports.command = 'remote <command>'
exports.description = 'Manage set of tracked repos'
exports.builder = function (yargs) {
  return yargs.commandDir('remote_cmds')
}
exports.handler = function (argv) {}