MCPcopy Create free account
hub / github.com/CodeForBreakfast/eventsourcing / cli.ts

File cli.ts

examples/todo-app/src/cli.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env bun
2
3import { Args, Command, HelpDoc } from '@effect/cli';
4import { Effect, Layer, Console, Option, Chunk, pipe, Schema } from 'effect';

Callers

nothing calls this directly

Calls 5

completeTodoFunction · 0.85
uncompleteTodoFunction · 0.85
buildServicesLayerFunction · 0.85
createTodoFunction · 0.70
deleteTodoFunction · 0.70

Tested by

no test coverage detected