opencode_offline/packages/opencode/src/cli/cmd/cmd.ts

6 lines
117 B
TypeScript
Raw Normal View History

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