UNPKG

sicksync

Version:

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

15 lines (10 loc) 466 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _lodash = require('lodash'); var _projectHelper = require('../project-helper'); function sicksyncRemoveProjectCommand(program, config) { program.command('remove-project <projects...>').alias('rm').description('Removes a project from sicksync.').action((0, _lodash.partial)((0, _lodash.ary)(_projectHelper.remove, 2), config)); } exports.default = sicksyncRemoveProjectCommand;