src/plspkg/help.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"help": {
"$syntax": "help [<task>]",
"$description": "Display help on the specified task (or all tasks)."
},
"info": {
"$syntax": "info [<target>]",
"$description": "Displays information on <target> (or all targets)."
},
"def": {
"$syntax": "def (task|target) <id>",
"$description": "Configures a new or existing task or target <id>."
},
"undef": {
"$syntax": "undef (task|target) <id>",
"$description": "Unmaps the previously-mapped task or target <id>."
}
}
|