| 1 | import type { CommandConstructor } from './command' |
| 2 | import type { CommandTree } from './registry' |
| 3 | import { describe, expect, it } from 'vitest' |
| 4 | import { BaseError, HttpClientError, newError } from '@/errors/base' |
nothing calls this directly
no test coverage detected