pitrou commented on code in PR #13284: URL: https://github.com/apache/arrow/pull/13284#discussion_r887825050
########## dev/archery/archery/cli.py: ########## @@ -807,13 +807,15 @@ def release(obj, src, jira_cache): @release.command('curate') @click.argument('version') +@click.option('--minimal/--full', '-m/-f', Review Comment: This looks weird: should I pass `--minimal` or `--full` to get the desired effect? Especially as the default is... False (what does it mean?). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org