all repos — pls @ ce30a6292f36cae6710577326cd939f636a94245

A polite but determined task runner.

src/plspkg/help.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
{
  "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)."
  }
}