Skip to content

Commit

Permalink
Document duplicate key behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jan 7, 2025
1 parent 92c33e2 commit c8a95bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SH
- Key/Value pairs
- A line MAY contain a key/value pair where the key represents the name of a process and the value represents a command
- A key MUST be separated from its value by a colon (`:`) followed by zero or more spaces.
- Duplicate keys MUST be allowed and the last entry MUST take precedence. A warning SHOULD be issued.
- Key
- A key's first and last character MUST be a lowercase alphanumeric (a-z0-9) character (but not `-`).
- All other key (middle) characters MUST be lowercase alphanumeric (a-z0-9) characters or hyphen `-`.
Expand Down

0 comments on commit c8a95bb

Please sign in to comment.