Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
{ Args, Command, HelpDoc } from
'@effect/cli'
;
4
import
{ Effect, Layer, Console, Option, Chunk, pipe, Schema } from
'effect'
;
Callers
nothing calls this directly
Calls
5
completeTodo
Function · 0.85
uncompleteTodo
Function · 0.85
buildServicesLayer
Function · 0.85
createTodo
Function · 0.70
deleteTodo
Function · 0.70
Tested by
no test coverage detected