potiuk commented on code in PR #59850:
URL: https://github.com/apache/airflow/pull/59850#discussion_r2649383008


##########
airflow-ctl/src/airflowctl/ctl/cli_config.py:
##########
@@ -852,16 +849,10 @@ def merge_commands(
 VARIABLE_COMMANDS = (
     ActionCommand(
         name="import",
-        help="Import variables",
+        help="Import variables. Export functionality is only available via the 
local Airflow CLI command 'airflow variables export'.",

Review Comment:
   This one is similarly - quite too long.
   
   Also NIT: It would be nice to increase width of airflow-ctl screenshots so 
tha the help line does not wrap. 
(https://github.com/apache/airflow/blob/main/scripts/in_container/run_capture_airflowctl_help.py#L67
 is where the width of the screen is defined) 



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to