Enable colored output in CLI

This commit is contained in:
Chris Wanstrath 2026-03-27 11:56:16 -07:00
parent 5f4d512cdf
commit 5ab634e245

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bun
process.env.FORCE_COLOR = '1'
import { program } from './setup'
const isCliUser = process.env.USER === 'cli'