UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

16 lines 554 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GenerateHelpCommand = void 0; const yok_1 = require("../common/yok"); class GenerateHelpCommand { constructor($helpService) { this.$helpService = $helpService; this.allowedParameters = []; } async execute(args) { return this.$helpService.generateHtmlPages(); } } exports.GenerateHelpCommand = GenerateHelpCommand; yok_1.injector.registerCommand("dev-generate-help", GenerateHelpCommand); //# sourceMappingURL=generate-help.js.map