Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarity for commands vs global options
While reviewing the `global options` section in `runtime.md`, it seemed additional clarity was needed for the `command` and `global options` requirements. Discussed and worked on wording with @wking via private IRC. Also adds uppercase RFC 2119 words for this section. With regard to the statement `Command names MUST not start with hyphens,` the rationale behind this decision is to "distinguish unrecognized commands from unrecognized options, and because we are "requiring runtimes to fail-fast for unrecognized commands" [1,2]. `[1]` https://github.com/wking/oci-command-line-api/pull/8/files#r46898167 `[2]` 527f3c6#commitcomment-14835617 Signed-off-by: Mike Brown <brownwm@us.ibm.com> Reviewed-by: W. Trevor King <wking@tremily.us>
- Loading branch information