mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:10:43 +07:00
27 lines
329 B
JSON
27 lines
329 B
JSON
{
|
|
"names": ["main"],
|
|
"subcommands": [
|
|
{
|
|
"names": ["sub"],
|
|
"loadSpec": "main/sub"
|
|
}
|
|
],
|
|
"options": [
|
|
{
|
|
"names": ["-a"]
|
|
},
|
|
{
|
|
"names": ["-b"]
|
|
}
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "arg",
|
|
"suggestions": [
|
|
{
|
|
"names": ["arg"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |