#!/usr/bin/env node /** * go-drive — Gateway CLI for Google Drive operations. * * Always outputs JSON. Designed for agent consumption. * * Usage: * go-drive [args...] * go-drive marc@blegal.eu ls * go-drive marc@blegal.eu search "quarterly report" * go-drive marc@blegal.eu download * go-drive marc@blegal.eu upload ./file.pdf --folder= * * Safety: * Destructive operations (trash, share --anyone, unshare) require --confirm flag. */ export {}; //# sourceMappingURL=drive.d.ts.map