UNPKG

sicksync

Version:

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

15 lines (10 loc) 434 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _lodash = require('lodash'); var _local = require('../local'); function sicksyncStartCommand(program, config) { program.command('start [projects...]').description('Starts the continuous sicksync process for the given project(s)').action((0, _lodash.partial)((0, _lodash.ary)(_local.start, 2), config)); } exports.default = sicksyncStartCommand;