{
  "commands": {
    "which": {
      "aliases": [],
      "args": {},
      "description": "Show which plugin a command is in.",
      "examples": [
        {
          "command": "<%= config.bin %> <%= command.id %> help",
          "description": "See which plugin the `help` command is in:"
        },
        {
          "command": "<%= config.bin %> <%= command.id %> foo:bar:baz",
          "description": "Use colon separators."
        },
        {
          "command": "<%= config.bin %> <%= command.id %> foo bar baz",
          "description": "Use spaces as separators."
        },
        {
          "command": "<%= config.bin %> <%= command.id %> \"foo bar baz\"",
          "description": "Wrap command in quotes to use spaces as separators."
        }
      ],
      "flags": {
        "json": {
          "description": "Format output as json.",
          "helpGroup": "GLOBAL",
          "name": "json",
          "allowNo": false,
          "type": "boolean"
        }
      },
      "hasDynamicHelp": false,
      "hiddenAliases": [],
      "id": "which",
      "pluginAlias": "@oclif/plugin-which",
      "pluginName": "@oclif/plugin-which",
      "pluginType": "core",
      "strict": false,
      "enableJsonFlag": true,
      "isESM": true,
      "relativePath": [
        "lib",
        "commands",
        "which.js"
      ],
      "aliasPermutations": [],
      "permutations": [
        "which"
      ]
    }
  },
  "version": "3.2.47"
}