MCPcopy
hub / github.com/anomalyco/opencode / cmd

Function cmd

packages/opencode/src/cli/cmd/cmd.ts:5–7  ·  view source on GitHub ↗
(input: CommandModule<T, WithDoubleDash<U>>)

Source from the content-addressed store, hash-verified

3export type WithDoubleDash<T> = T & { "--"?: string[]; _?: Array<string | number> }
4
5export function cmd<T, U>(input: CommandModule<T, WithDoubleDash<U>>) {
6 return input
7}

Callers 9

effectCmdFunction · 0.90
tui.tsFile · 0.90
github.tsFile · 0.90
mcp.tsFile · 0.90
session.tsFile · 0.90
attach.tsFile · 0.90
providers.tsFile · 0.90
agent.tsFile · 0.90
account.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected