UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

8 lines 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const show_1 = require("../show"); const app_config_file_1 = require("../../../util/app-config-file"); exports.showModels = Object.assign({}, show_1.appShowCliLeaf, { description: 'Show this application\'s "models" configuration', async action() { return app_config_file_1.appConfigFile.describeModels(); } }); //# sourceMappingURL=show.js.map