all repos — pls @ fcacab115f18d5c70bdcb5720bad3a4803cd49b5

A polite but determined task runner.

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
 23
 24
 25
 26
{
  "help": {
    "_syntax": "help [<command>]",
    "_description": "Display help on the specified command (or all commands)."
  },
  "info": {
    "_syntax": "info <target>",
    "_description": "Displays information on <target>."
  },
  "init": {
    "_syntax": "init [<storage-dir>]",
    "_description": "Initializes a project in the current directory (using <storage-dir> as storage directory)."
  },
  "list": {
    "_syntax": "list",
    "_description": "Lists all dependencies (recursively) of the current project."
  },
  "def": {
    "_syntax": "def (command|target) <id>",
    "_description": "Configures a new or existing command or target <id>."
  },
  "undef": {
    "_syntax": "undef (command|target) <id>",
    "_description": "Unmaps the previously-mapped command or target <id>."
  }
}