kszucs commented on a change in pull request #10180:
URL: https://github.com/apache/arrow/pull/10180#discussion_r625322697



##########
File path: dev/archery/archery/cli.py
##########
@@ -1076,7 +1076,10 @@ def release_cherry_pick(obj, version, dry_run, recreate):
 
     @archery.command(
         'crossbow',
-        context_settings={"ignore_unknown_options": True}
+        context_settings={
+            "allow_extra_args": True,

Review comment:
       Needed for proper error reporting when trying to call the optional 
`archery crossbow` command without the required dependencies installed.




-- 
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]


Reply via email to