potiuk commented on code in PR #24591: URL: https://github.com/apache/airflow/pull/24591#discussion_r911994193
########## airflow/cli/__main__.py: ########## @@ -18,6 +18,7 @@ # under the License. from airflow.cli import airflow_cmd +from airflow.cli.commands import version # noqa: F401 Review Comment: > And if we do have larger re-architecting questions we need to resolve before converting over to Click, then perhaps an AIP and a broader discussion (to capture hard requirements and overall goals of the CLI, and investigate possible alternatives besides just Click) would be appropriate after all. In which case, I will simply close this and all related PRs and wait until there's some consensus on the way forward. Yes. I think this is the best way forward. -- 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]
