mjpieters opened a new pull request #11682: URL: https://github.com/apache/airflow/pull/11682
This commit cleans up command-line arguments that got jumbled a bit, removing arguments that are not actually used, or are using the wrong help text. - The `--do-pickle` argument is exclusively used by the scheduler, the `worker` command completely ignores it. - Remove the `ARG_DAG_ID_OPT` entry entirely. The scheduler doesn't take a `--dag-id` option, and while the `dags list-runs` and `dags list-jobs` commands *do* take such a switch, the help text here is incorrect, they simply need to use `ARG_DAG_ID`. ---------------------------------------------------------------- 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]
