XD-DENG opened a new pull request #12349: URL: https://github.com/apache/airflow/pull/12349
The issue I found earlier (fixed in https://github.com/apache/airflow/pull/12347) reminded me to further check all the sample CLI commands. Turns out we have quite a few to fix. In this PR, - Sample command for starting Celery Flower is fixed in `docs/security/flower.rst` - A few errors in the table in section of "short option style change in CLI" are fixed, like - The commands in column `Old command` are in the new CLI style, which is wrong. - Some short options are used together with wrong command, for example, `--task-params` and `--post-mortem` are applicable for `test`, instead of `flower`. ---------------------------------------------------------------- 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]
