UNPKG

zater-cep

Version:

ZAter cep correios e via cep

23 lines (15 loc) 351 B
'use strict'; var usage = require('../../lib/utils/usage.js')('root.txt'); var onCommand = function (args) { if (args.version) { return console.log(require('../../package.json').version); } return usage(); }; module.exports = { name: '', options: [ { name: 'version', alias: 'v', boolean: false } ], command: onCommand };