Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
type
WithDoubleDash<T> = T & {
"--"
?: string[] }
4
5
export
function
cmd<T, U>(input: CommandModule<T, WithDoubleDash<U>>) {
6
return
input
7
}
Callers
15
feedback.ts
File · 0.90
mcp.ts
File · 0.90
stats.ts
File · 0.90
run.ts
File · 0.90
import.ts
File · 0.90
models.ts
File · 0.90
bug.ts
File · 0.90
export.ts
File · 0.90
session.ts
File · 0.90
auth.ts
File · 0.90
pr.ts
File · 0.90
agent.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected