You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/01 15:04:18 UTC

[GitHub] [airflow] ashb commented on a change in pull request #12735: User-friendly output of Breeze and CI scripts

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



##########
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:
       Why not on stderr anymore?




----------------------------------------------------------------
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:
users@infra.apache.org