spinel-coop/rv

Add back long help (in a more consistent way)

Open

#431 aperta il 28 gen 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (46 fork)user submission
good first issue

Metriche repository

Star
 (1706 star)
Metriche merge PR
 (Merge medio 4g 18h) (14 PR mergiate in 30 g)

Descrizione

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

Guida contributor