MCPcopy Create free account
hub / github.com/arctic-cli/interface / cmd

Function cmd

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

Source from the content-addressed store, hash-verified

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

Callers 15

feedback.tsFile · 0.90
mcp.tsFile · 0.90
stats.tsFile · 0.90
run.tsFile · 0.90
import.tsFile · 0.90
models.tsFile · 0.90
bug.tsFile · 0.90
export.tsFile · 0.90
session.tsFile · 0.90
auth.tsFile · 0.90
pr.tsFile · 0.90
agent.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected