File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments