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 -hwill 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.