pitrou commented on code in PR #40949:
URL: https://github.com/apache/arrow/pull/40949#discussion_r1548351242
##########
dev/archery/archery/docker/cli.py:
##########
@@ -46,10 +46,19 @@ def _execute(self, *args, **kwargs):
callback=validate_arrow_sources,
help="Specify Arrow source directory.")
@click.option('--dry-run/--execute', default=False,
- help="Display the docker-compose commands instead of executing "
- "them.")
+ help="Display the docker commands instead of executing them.")
[email protected]('--using-docker-cli', default=False, is_flag=True,
Review Comment:
We can probably default at some point, but I don't want to disrupt things
too much here.
##########
dev/archery/archery/docker/cli.py:
##########
@@ -46,10 +46,19 @@ def _execute(self, *args, **kwargs):
callback=validate_arrow_sources,
help="Specify Arrow source directory.")
@click.option('--dry-run/--execute', default=False,
- help="Display the docker-compose commands instead of executing "
- "them.")
+ help="Display the docker commands instead of executing them.")
[email protected]('--using-docker-cli', default=False, is_flag=True,
Review Comment:
We can probably default at some point, but I didn't want to disrupt things
too much here.
--
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]