Commits


Sutou Kouhei authored and GitHub committed 8aa2ed067dc
GH-44158: [Archery][Integration] Add more explanation how --target-implementations works (#44177) ### Rationale for this change We can't explain `--target-implementations` in one-line document. ### What changes are included in this PR? We can use not only `click.command(help)` but also docstring to show long command description for "archery integration --help". This uses docstring not `click.command(help)`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44158 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>