@oclif/plugin-which
Advanced tools
| { | ||
| "version": "2.2.12", | ||
| "version": "2.2.13", | ||
| "commands": { | ||
@@ -4,0 +4,0 @@ "which": { |
+1
-1
| { | ||
| "name": "@oclif/plugin-which", | ||
| "description": "find which plugin a command is in", | ||
| "version": "2.2.12", | ||
| "version": "2.2.13", | ||
| "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.12 linux-x64 node-v18.13.0 | ||
| @oclif/plugin-which/2.2.13 linux-x64 node-v18.13.0 | ||
| $ oclif-example --help [COMMAND] | ||
@@ -52,3 +52,3 @@ USAGE | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.12/src/commands/which.ts)_ | ||
| _See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.2.13/src/commands/which.ts)_ | ||
| <!-- commandsstop --> |