raulcd commented on code in PR #13284: URL: https://github.com/apache/arrow/pull/13284#discussion_r887948539
########## 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: Maybe a better option for clarity would be to make it a flag: ``` @click.option('--minimal', is_flag=True, default=False, help='Only show minimal curate report.') ``` -- 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