spinel-coop/rv

Add back long help (in a more consistent way)

Open

#431 ouverte le 28 janv. 2026

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (46 forks)user submission
good first issue

Métriques du dépôt

Stars
 (1 706 stars)
Métriques de merge PR
 (Merge moyen 4j 18h) (14 PRs mergées en 30 j)

Description

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

Guide contributeur