UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

12 lines 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { name: 'version', alias: 'v', description: 'Output the version number', dashed: true, run: function (toolbox) { toolbox.print.info(toolbox.meta.version()); }, }; //# sourceMappingURL=version.js.map