alwaysai
Version:
The alwaysAI command-line interface (CLI)
10 lines • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.showModels = void 0;
const app_1 = require("../../../core/app");
const show_1 = require("../show");
exports.showModels = Object.assign(Object.assign({}, show_1.appShowCliLeaf), { description: 'Show this application\'s "models" configuration', async action() {
const appJsonFile = (0, app_1.AppJsonFile)();
return appJsonFile.describeModels();
} });
//# sourceMappingURL=show.js.map