jx2lee commented on issue #45661: URL: https://github.com/apache/airflow/issues/45661#issuecomment-2781389254
@bugraoz93 While developing `dags` commands, server commands may share arguments (dag_id, output, verbose, etc.) It seems to cause conflicts and complications when PRs are merged. Would it be better to write the arguments that are common to commands under `#shared` and resolve conflicts in the order in which PRs are merged? ([like this](https://github.com/bugraoz93/airflow/blob/4d679845d712c6a291e53e67847bf3e3838f5272/airflow/cli/cli_config.py#L144)) -- 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]
