{
  "version": "5.2.18",
  "commands": {
    "help": {
      "id": "help",
      "description": "Display help for <%= config.bin %>.",
      "strict": false,
      "pluginName": "@oclif/plugin-help",
      "pluginAlias": "@oclif/plugin-help",
      "pluginType": "core",
      "aliases": [],
      "flags": {
        "nested-commands": {
          "name": "nested-commands",
          "type": "boolean",
          "char": "n",
          "description": "Include all nested commands in the output.",
          "allowNo": false
        }
      },
      "args": {
        "commands": {
          "name": "commands",
          "description": "Command to show help for.",
          "required": false
        }
      }
    }
  }
}