cloudaxe-opencode/packages/opencode/src/cli/cmd/cmd.ts

6 lines
117 B
TypeScript
Raw Normal View History

2025-06-06 03:42:04 +00:00
import type { CommandModule } from "yargs"
export function cmd<T, U>(input: CommandModule<T, U>) {
return input
}