#!/usr/bin/env node /** * go-tasks — Gateway CLI for Google Tasks operations. * * Always outputs JSON. Designed for agent consumption. * * Usage: * go-tasks [args...] * go-tasks marc@blegal.eu lists * go-tasks marc@blegal.eu tasks * go-tasks marc@blegal.eu add --title="Buy milk" * * Safety: * Destructive operations (delete, clear) require --confirm flag. */ export {}; //# sourceMappingURL=tasks.d.ts.map