spinel-coop/rv

Add back long help (in a more consistent way)

開放

#431 建立於 2026年1月28日

 (0 則留言) (0 個反應) (0 位負責人)Rust (46 個分叉)user submission
good first issue

倉庫指標

星標
 (1,706 顆星)
PR 合併指標
 (平均合併 4天 18小時) (30 天內合併 14 個 PR)

描述

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

貢獻者指南