pitrou commented on code in PR #14345:
URL: https://github.com/apache/arrow/pull/14345#discussion_r991316321
##########
dev/archery/archery/docker/cli.py:
##########
@@ -289,3 +289,26 @@ def docker_compose_images(obj):
click.echo('Available images:')
for image in compose.images():
click.echo(f' - {image}')
+
+
[email protected]('info')
[email protected]('service_name')
[email protected]('--only', '-o', required=False,
Review Comment:
Nit: I would keep the `-o` shortcut for an output file or something.
--
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]