{
"name": "create-completion-spec",
"description": "Setup fig folder and create spec with the given name",
"subcommands": [
{
"name": "help",
"description": "Display help for command",
"args": [
{
"name": "command"
}
]
}
],
"options": [
{
"names": [
"--here"
],
"description": "Set if the spec should be created in the current folder"
},
{
"names": [
"-h",
"--help"
],
"description": "Display help for command"
}
],
"args": [
{
"name": "name"
}
]
}