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

Interface Command

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

Source from the content-addressed store, hash-verified

110type Context = RecordAny;
111
112interface Command extends CommanderCommand {
113 pkg?: string;
114 forHelp?: boolean;
115 context: Context;
116}
117
118interface CommandOptions<
119 A = void,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected