Skip to content

Commit 380cec4

Browse files
Fix typo in spec
1 parent dc14cb9 commit 380cec4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

examples/dotnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "../schema.json",
2+
"$schema": "https://raw.githubusercontent.com/spectreconsole/open-cli/refs/heads/main/schema.json",
33
"opencli": "0.1",
44
"info": {
55
"title": "dotnet",

examples/git.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/spectreconsole/open-cli/refs/heads/main/schema.json",
3+
"opencli": "0.1",
4+
"info": {
5+
"title": "git",
6+
"version": "2.39.5",
7+
"license": {
8+
"name": "GNU General Public License version 2",
9+
"identifier": "GPL-2.0"
10+
}
11+
},
12+
"options": {
13+
"--version": {
14+
"aliases": [ "-v" ],
15+
"description": "Displays the Git version"
16+
},
17+
"--help": {
18+
"aliases": [ "-h" ],
19+
"description": "Displays help information"
20+
}
21+
},
22+
"commands": {
23+
}
24+
}

0 commit comments

Comments
 (0)