Bishesh-Shahi commented on code in PR #66926:
URL: https://github.com/apache/airflow/pull/66926#discussion_r3277013344


##########
airflow-ctl/docs/images/command_hashes.txt:
##########
@@ -12,4 +12,9 @@ providers:34502fe09dc0b8b0a13e7e46efdffda6
 variables:f8fc76d3d398b2780f4e97f7cd816646
 version:31f4efdf8de0dbaaa4fac71ff7efecc3
 plugins:4864fd8f356704bd2b3cd1aec3567e35
+tasks:8ca7306be97d1c8788dbfbe4b0f8bf61
 auth login:9fe2bb1dd5c602beea2eefb33a2b20a8
+tasks clear:151c473a0b6653553149513b46e58072
+

Review Comment:
   Thank you for catching that @bugraoz93! You're right on both points:I had 
mistakenly added "tasks clear" to the SUBCOMMANDS list in 
run_capture_airflowctl_help.py, which caused the file to be generated with two 
entries (tasks and tasks clear) instead of just one.I've reverted that- only 
"tasks" is now registered under COMMANDS (matching the pattern used by all 
other top-level command groups). The command_hashes.txt now has a single 
correct entry for tasks, and output_tasks_clear.svg has been removed.
   The file has been regenerated correctly and both prek checks pass. Sorry for 
the noise!



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