We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d973161 commit 1b924a6Copy full SHA for 1b924a6
pkg/src/util/util.sh
@@ -40,6 +40,9 @@ core.private.util.err_print() {
40
printf '%s\n' " ERR: $ERR" >&2
41
}
42
43
+# @description Determine if should print color, given a file descriptor
44
+# @arg 1 File descriptor for terminal check
45
+# @internal
46
core.private.should_print_color() {
47
local fd="$1"
48
0 commit comments