xiph/rav1e

Contextual usage information needs improvement

Offen

#388 geöffnet am 30.07.2018

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Assembly (289 Forks)github user discovery
enhancementgood first issuelow prioritynew to multimedia

Repository-Metriken

Stars
 (4.144 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Usage information is displayed in a context-sensitive manner, but it is somewhat inconsistent:

  • Calling rav1e -h will provide a full list of arguments with information on each one
  • Omitting required arguments (input and output files) will display an example that excludes some optional arguments (RECONSTRUCTION)
  • Providing an invalid value for an optional argument will display an example that includes only required arguments and the argument that was not parsed correctly, with insufficient information (no description).

It is always possible to fall back to the -h or --help command, but contextual information could be improved.

Contributor Guide