potiuk commented on a change in pull request #12735:
URL: https://github.com/apache/airflow/pull/12735#discussion_r533489550



##########
File path: breeze
##########
@@ -1361,9 +1361,9 @@ function breeze::parse_arguments() {
             ;;
         *)
             breeze::usage
-            echo >&2
-            echo >&2 "ERROR: Unknown command ${1}"
-            echo >&2
+            echo
+            echo -e " \e[31mERROR: Unknown command\e[0m"
+            echo

Review comment:
       
   > Terminals, no, but cases when output is not actually a terminal.
   
   Not a problem for CI/dev tools.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to