forked from defunkt/toes
Enable colored output in CLI
This commit is contained in:
parent
5f4d512cdf
commit
5ab634e245
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bun
|
||||
process.env.FORCE_COLOR = '1'
|
||||
|
||||
import { program } from './setup'
|
||||
|
||||
const isCliUser = process.env.USER === 'cli'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user