UNPKG

349 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const app_command_1 = require("../app-command");
4class default_1 extends app_command_1.default {
5 constructor() {
6 super(...arguments);
7 this.type = 'multi';
8 }
9}
10default_1.description = 'generate a new multi-command CLI';
11exports.default = default_1;