xiph/rav1e

Contextual usage information needs improvement

开放

#388 创建于 2018年7月30日

 (1 条评论) (0 个反应) (0 位负责人)Assembly (289 个派生)github user discovery
enhancementgood first issuelow prioritynew to multimedia

仓库指标

星标
 (4,144 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南