2 lines
53 B
TypeScript

export type Command = (...argv: string[]) => unknown