UNPKG

sicksync

Version:

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

15 lines (10 loc) 440 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _lodash = require('lodash'); var _projectHelper = require('../project-helper'); function sicksyncInfoCommand(program, config) { program.command('info [project...]').description('Shows the information for the supplied project(s)').action((0, _lodash.partial)((0, _lodash.ary)(_projectHelper.info, 2), config)); } exports.default = sicksyncInfoCommand;