You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/07 09:52:49 UTC

[GitHub] [arrow] kszucs commented on a diff in pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information

kszucs commented on code in PR #13284:
URL: https://github.com/apache/arrow/pull/13284#discussion_r891015946


##########
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:
   It's really just a confusing feature of click, so +1 on `is_flag`



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org