mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-04 22:10:50 +00:00
nhj
more
This commit is contained in:
17
unified-ai-platform/node_modules/@webpack-cli/info/lib/index.js
generated
vendored
Normal file
17
unified-ai-platform/node_modules/@webpack-cli/info/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
class InfoCommand {
|
||||
async apply(cli) {
|
||||
await cli.makeCommand({
|
||||
name: "info",
|
||||
alias: "i",
|
||||
description: "Outputs information about your system.",
|
||||
usage: "[options]",
|
||||
pkg: "@webpack-cli/info",
|
||||
}, cli.getInfoOptions(), async (options) => {
|
||||
const info = await cli.getInfoOutput(options);
|
||||
cli.logger.raw(info);
|
||||
});
|
||||
}
|
||||
}
|
||||
exports.default = InfoCommand;
|
||||
Reference in New Issue
Block a user