MCPcopy Create free account
hub / github.com/effect-app/libs / Command.test.ts

File Command.test.ts

repos/effect/packages/effect/test/unstable/cli/Command.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { assert, describe, expect, it } from "@effect/vitest"
2import { Context, Effect, Fiber, FileSystem, Layer, Option, Path, Runtime, Stdio } from "effect"
3import { TestConsole } from "effect/testing"
4import { Argument, CliConfig, CliError, CliOutput, Command, Flag, GlobalFlag } from "effect/unstable/cli"

Callers

nothing calls this directly

Calls 15

toImplFunction · 0.90
pushMethod · 0.80
someMethod · 0.80
syncMethod · 0.80
booleanMethod · 0.80
joinMethod · 0.80
makeMethod · 0.65
pipeMethod · 0.65
annotateMethod · 0.65
annotateMergeMethod · 0.65
getMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected