You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix text from e9a6625 (Clarity for commands vs global options,
2015-12-07) to use the MUST NOT phrasing defined by RFC 2119. This
probably has the same meaning as "MUST not", but since RFC 2119
bothered to define the NOT forms we might as well use them.
Signed-off-by: W. Trevor King <[email protected]>
None are required, but the runtime MAY support options that start with at least one hyphen.
13
13
Global options MAY take positional arguments (e.g. `--log-level debug`).
14
-
Command names MUST not start with hyphens.
14
+
Command names MUST NOT start with hyphens.
15
15
The option parsing MUST be such that `funC <COMMAND>` is unambiguously an invocation of `<COMMAND>` (even for commands not specified in this document).
16
16
If the runtime is invoked with an unrecognized command, it MUST exit with a nonzero exit code and MAY log a warning to stderr.
0 commit comments