Skip to content

Commit 1b924a6

Browse files
committed
style: Add shdoc doc comment
1 parent d973161 commit 1b924a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/src/util/util.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ core.private.util.err_print() {
4040
printf '%s\n' " ERR: $ERR" >&2
4141
}
4242

43+
# @description Determine if should print color, given a file descriptor
44+
# @arg 1 File descriptor for terminal check
45+
# @internal
4346
core.private.should_print_color() {
4447
local fd="$1"
4548

0 commit comments

Comments
 (0)