| 1 | import { test } from 'vitest'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { parseArgs, usage, usageForCommand } from '../../cli/parser/args.ts'; |
| 4 | import { AppError } from '../../kernel/errors.ts'; |
nothing calls this directly
no test coverage detected