colored hint message

This commit is contained in:
pvincent
2026-07-30 18:53:41 +04:00
parent 0d68f61442
commit fe2c6aa0ac
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ fail_type exit EXIT
fail_type command_not_found COMMAND_NOT_FOUND
fail_type source_not_found SOURCE_NOT_FOUND
fail_type file_not_found FILE_NOT_FOUND
fail_type child_error CHILD_ERROR '(hint: prefer source than child process)'
fail_type child_error CHILD_ERROR 'prefer source than child process'
failed=${#failures[@]}
success=$((test_count - failed))