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

Interface ParsedCommand

lib/parse-command.ts:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export interface ParsedCommand {
36 cmd: string;
37 demanded: Positional[];
38 optional: Positional[];
39}
40
41export interface Positional {
42 cmd: NotEmptyArray<string>;

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…