Skip to content

Commit 9db4feb

Browse files
Fix typo in aliases property
The Command Object property `aliases` was of type `string` instead of `[string]`
1 parent 6ae349e commit 9db4feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ This is the root object of the OpenCLI Description.
142142
| Field Name | Type | Description |
143143
|------------|:----:|-------------|
144144
| name | `string` | **REQUIRED** The command name |
145-
| aliases | `string` | The command aliases |
145+
| aliases | [`string`] | The command aliases |
146146
| options | [[Option Object](#option-object)] | The command's options |
147147
| arguments | [[Argument Object](#argument-object)] | The command's arguments |
148148
| commands | [[Command Object](#command-object)] | The command's sub commands |

0 commit comments

Comments
 (0)