UNPKG

wpvizir

Version:

Make WordPress projects workflow easier.

15 lines (10 loc) 275 B
'use strict'; var theminimist = require('minimist'); function minimist(command) { var minimistOpts = { boolean: [ 'version', 'global', 'local' ], string: [ 'set', 'get' ] }; return theminimist(command.split(' '), minimistOpts); } module.exports = minimist;