MCPcopy Index your code
hub / github.com/yargs/yargs / MiddlewareCallback

Interface MiddlewareCallback

lib/middleware.ts:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121export interface MiddlewareCallback {
122 (
123 argv: Arguments,
124 yargs: YargsInstance
125 ): Partial<Arguments> | Promise<Partial<Arguments>>;
126}
127
128export interface Middleware extends MiddlewareCallback {
129 applyBeforeValidation: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…