UNPKG

sicksync

Version:

Don’t accept the available as the preferable. Go extra mile with extra speed.

15 lines (10 loc) 425 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _lodash = require('lodash'); var _doctor = require('../doctor'); function sicksyncDoctor(program, config) { program.command('doctor').description('Runs through a gammut of checks to make sure sicksync is working properly').action((0, _lodash.partial)((0, _lodash.ary)(_doctor.checkAll, 1), config)); } exports.default = sicksyncDoctor;