assignUser commented on code in PR #13284: URL: https://github.com/apache/arrow/pull/13284#discussion_r887837348
########## 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: I agree it looks a bit weird. If you don't pass `--minimal` the full version will be printed. By default, [click expects](https://click.palletsprojects.com/en/7.x/options/#boolean-flags) an on-flag and an off-flag for boolean flags, so they translate to `True/False` and `default=False` -> we pass `--full` by default. -- 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