MCPcopy
hub / github.com/callstack/agent-device / args.test.ts

File args.test.ts

src/utils/__tests__/args.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { test } from 'vitest';
2import assert from 'node:assert/strict';
3import { parseArgs, usage, usageForCommand } from '../../cli/parser/args.ts';
4import { AppError } from '../../kernel/errors.ts';

Callers

nothing calls this directly

Calls 7

parseArgsFunction · 0.90
usageForCommandFunction · 0.90
usageFunction · 0.90
listCliCommandNamesFunction · 0.90
listCapabilityCommandsFunction · 0.90
getCliCommandSchemaFunction · 0.90

Tested by

no test coverage detected