UNPKG

taskwerk

Version:

A task management CLI for developers and AI agents working together

5 lines (4 loc) 147 B
export function notImplemented(commandName, description) { console.log(`Not implemented: ${commandName} - ${description}`); process.exit(0); }