Files
anomalyco_opencode/packages/opencode/src/cli/cmd/cmd.ts
T
2025-06-05 23:42:04 -04:00

6 lines
117 B
TypeScript

import type { CommandModule } from "yargs"
export function cmd<T, U>(input: CommandModule<T, U>) {
return input
}