MCPcopy Create free account
hub / github.com/webpack/webpack-cli / ArgumentConfig

Interface ArgumentConfig

packages/webpack-cli/src/webpack-cli.ts:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173interface ArgumentConfig {
174 description?: string;
175 negatedDescription?: string;
176 path?: string;
177 multiple?: boolean;
178 type: "enum" | "string" | "path" | "number" | "boolean" | "RegExp" | "reset";
179 values?: EnumValue[];
180}
181
182interface CommandOption {
183 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected