spinel-coop/rv

Add back long help (in a more consistent way)

オープン

#431 opened on 2026/01/28

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (46 件のフォーク)user submission
good first issue

Repository metrics

Stars
 (1,706 個のスター)
PR merge metrics
 (平均マージ 4d 18h) (30d で 14 merged PRs)

説明

Today, we have re-routed all four forms of help to only show the short help, the default clap provides on -h.

Instead, let's provide both long and short help, like this:

  • Global -h on any command, like rv ruby pin -h: show short help
  • Global --help on any command, like rv ruby pin --help: show short help
  • rv help [NAME], like rv help ruby pin: show long help
  • rv NAME help, like rv ruby help pin or rv ruby pin help: removed, it's confusing to have many help commands

コントリビューターガイド