mirror of
https://github.com/schpet/linear-cli.git
synced 2026-09-14 14:26:50 +08:00
59dce3cf19
Updated bulk.ts to use the centralized shouldShowSpinner() function instead of directly checking Deno.stdout.isTerminal(). This ensures progress display during bulk operations also respects the NO_COLOR environment variable. Fixes #113