potiuk commented on issue #23085: URL: https://github.com/apache/airflow/issues/23085#issuecomment-1122020896
Yeah "start", "stop", "restart" should be sub-commands rather than flags. They shoudl be multi-level structure (using click.group) as described in https://mauricebrg.com/article/2020/08/advanced_cli_structures_with_python_and_click.html for example So the user should run: * `breeze kind-cluster start` * `breeze kind-cluster stop` etc. -- 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]
