Skip to content

Commit c0128c8

Browse files
Update change log
1 parent 6f95bbc commit c0128c8

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

draft.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
88

99
This document is licensed under the MIT license
1010

11+
<details>
12+
<summary>Change log</summary>
13+
| Date | Author | Description |
14+
|------|--------|-------------|
15+
| 2025-07-15 | Patrik Svensson | Added `interactive` to root command and commands |
16+
| 2025-07-16 | Patrik Svensson | Added [Metadata Object](#metadata-object) |
17+
| 2025-07-16 | Patrik Svensson | Changed maps to arrays |
18+
| 2025-07-18 | Patrik Svensson | `name` property in [License Object](#license-object) is no longer required |
19+
| 2025-08-06 | Patrik Svensson | Remove `ordinal` property from [Argument Object](#argument-object) |
20+
| 2025-08-06 | Patrik Svensson | Add `recursive` property to [Option Object](#option-object) |
21+
| 2025-08-06 | Patrik Svensson | Add `summary` property to [CliInfo Object](#cliinfo-object) |
22+
</details>
23+
1124
## Introduction
1225

1326
The OpenCLI specification (OCS) defines a standard, platform and
@@ -29,15 +42,6 @@ In short, an OpenCLI description can be used for the following:
2942

3043
This specification is heavily influenced by the [OpenAPI specification][openapi].
3144

32-
## Change log
33-
34-
| Date | Author | Description |
35-
|------|--------|-------------|
36-
| 2025-07-15 | Patrik Svensson | Added `interactive` to root command and commands |
37-
| 2025-07-16 | Patrik Svensson | Added [Metadata Object](#metadata-object) |
38-
| 2025-07-16 | Patrik Svensson | Changed maps to arrays |
39-
| 2025-07-18 | Patrik Svensson | `name` property in [License Object](#license-object) is no longer required |
40-
4145
## Definitions
4246

4347
### OpenCLI Description

0 commit comments

Comments
 (0)