MCPcopy Create free account
hub / github.com/Noumena-Network/code / taskDirHandler

Function taskDirHandler

src/cli/handlers/ant.ts:867–873  ·  view source on GitHub ↗
(
  opts: TaskListOptions = {},
)

Source from the content-addressed store, hash-verified

865}
866
867export async function taskDirHandler(
868 opts: TaskListOptions = {},
869): Promise<void> {
870 const taskListId = normalizeTaskListId(opts.list)
871 writeToStdout(`${getTasksDir(taskListId)}\n`)
872 await gracefulShutdown(0)
873}
874
875export async function completionHandler(
876 shell: string,

Callers 1

runFunction · 0.85

Calls 4

normalizeTaskListIdFunction · 0.85
writeToStdoutFunction · 0.85
getTasksDirFunction · 0.85
gracefulShutdownFunction · 0.85

Tested by

no test coverage detected