We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ba8c7 commit 45d1aa7Copy full SHA for 45d1aa7
test/test-color.lisp
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env kiln
2
+;; -*- mode: lisp -*-
3
+
4
+(defun main (argv)
5
+ (print (kiln/tty::want-color-p *standard-output*)))
0 commit comments