potiuk commented on a change in pull request #7515: [AIRFLOW-6838] Add
subcommands to Breeze
URL: https://github.com/apache/airflow/pull/7515#discussion_r383193538
##########
File path: scripts/ci/pre_commit_breeze_cmd_line.sh
##########
@@ -29,9 +28,23 @@ echo "
.. code-block:: text
" >"${TMP_FILE}"
-export SEPARATOR_WIDTH=80
-export AIRFLOW_CI_SILENT="true"
-./breeze --help | sed 's/^/ /' | sed 's/ *$//' >>"${TMP_FILE}"
+export MAX_SCREEN_WIDTH=100
Review comment:
That too. But it's more an aesthetic thing :). The output looks nicer with
it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services