UNPKG

sicksync

Version:

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

15 lines (10 loc) 414 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _lodash = require('lodash'); var _util = require('../util'); function sicksyncConfigCommand(program /*, config */) { program.command('config').description('Opens the sicksync config file in your chosen editor.').action((0, _lodash.partial)(_util.open, (0, _util.getConfigPath)())); } exports.default = sicksyncConfigCommand;