src/plspkg/help.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{ "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)." }, "init": { "_syntax": "init", "_description": "Initializes a project in the current directory." }, "def": { "_syntax": "def (task|target) <alias>", "_description": "Configures a new or existing task or target <alias>." }, "undef": { "_syntax": "undef (task|target) <alias>", "_description": "Unmaps the previously-mapped task or target <alias>." } } |