@oclif/plugin-which
Advanced tools
@@ -1,1 +0,1 @@ | ||
| {"version":"2.2.5","commands":{"which":{"id":"which","description":"Show which plugin a command is in.","strict":false,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[]}}} | ||
| {"version":"2.2.6","commands":{"which":{"id":"which","description":"Show which plugin a command is in.","strict":false,"pluginName":"@oclif/plugin-which","pluginAlias":"@oclif/plugin-which","pluginType":"core","aliases":[],"flags":{},"args":[]}}} |
+1
-1
| { | ||
| "name": "@oclif/plugin-which", | ||
| "description": "find which plugin a command is in", | ||
| "version": "2.2.5", | ||
| "version": "2.2.6", | ||
| "author": "Salesforce", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/plugin-which/issues", |
+2
-2
@@ -23,3 +23,3 @@ @oclif/plugin-which | ||
| $ oclif-example (--version) | ||
| @oclif/plugin-which/2.2.5 linux-x64 node-v18.12.1 | ||
| @oclif/plugin-which/2.2.6 linux-x64 node-v18.12.1 | ||
| $ oclif-example --help [COMMAND] | ||
@@ -47,3 +47,3 @@ USAGE | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.5/src/commands/which.ts)_ | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.6/src/commands/which.ts)_ | ||
| <!-- commandsstop --> |