Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122155285
index.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jul 16, 05:29
Size
537 B
Mime Type
text/x-c++
Expires
Fri, Jul 18, 05:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27441916
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.js
View Options
"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;
Event Timeline
Log In to Comment