@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2
18
18
$ esm2 COMMAND
19
19
running command...
20
20
$ esm2 (--version)
21
- @oclif/plugin-test-esm-2/0.7.56 linux-x64 node-v20.18.1
21
+ @oclif/plugin-test-esm-2/0.7.57 linux-x64 node-v20.18.1
22
22
$ esm2 --help [COMMAND]
23
23
USAGE
24
24
$ esm2 COMMAND
@@ -53,7 +53,7 @@ GLOBAL FLAGS
53
53
--json Format output as json.
54
54
```
55
55
56
- _ See code: [ src/commands/esm2.ts] ( https://github.com/oclif/plugin-test-esm-2/blob/0.7.56 /src/commands/esm2.ts ) _
56
+ _ See code: [ src/commands/esm2.ts] ( https://github.com/oclif/plugin-test-esm-2/blob/0.7.57 /src/commands/esm2.ts ) _
57
57
58
58
## ` esm2 help [COMMAND] `
59
59
@@ -73,7 +73,7 @@ DESCRIPTION
73
73
Display help for esm2.
74
74
```
75
75
76
- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/6.2.19 /src/commands/help.ts ) _
76
+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/6.2.20 /src/commands/help.ts ) _
77
77
78
78
## ` esm2 plugins `
79
79
@@ -96,7 +96,7 @@ EXAMPLES
96
96
$ esm2 plugins
97
97
```
98
98
99
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/index.ts ) _
99
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.24 /src/commands/plugins/index.ts ) _
100
100
101
101
## ` esm2 plugins:inspect PLUGIN... `
102
102
@@ -123,7 +123,7 @@ EXAMPLES
123
123
$ esm2 plugins inspect myplugin
124
124
```
125
125
126
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/inspect.ts ) _
126
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.24 /src/commands/plugins/inspect.ts ) _
127
127
128
128
## ` esm2 plugins install PLUGIN `
129
129
@@ -172,7 +172,7 @@ EXAMPLES
172
172
$ esm2 plugins install someuser/someplugin
173
173
```
174
174
175
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/install.ts ) _
175
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.24 /src/commands/plugins/install.ts ) _
176
176
177
177
## ` esm2 plugins link PATH `
178
178
@@ -203,7 +203,7 @@ EXAMPLES
203
203
$ esm2 plugins link myplugin
204
204
```
205
205
206
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/link.ts ) _
206
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.24 /src/commands/plugins/link.ts ) _
207
207
208
208
## ` esm2 plugins reset `
209
209
@@ -218,7 +218,7 @@ FLAGS
218
218
--reinstall Reinstall all plugins after uninstalling.
219
219
```
220
220
221
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/reset.ts ) _
221
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.24 /src/commands/plugins/reset.ts ) _
222
222
223
223
## ` esm2 plugins uninstall [PLUGIN] `
224
224
@@ -246,7 +246,7 @@ EXAMPLES
246
246
$ esm2 plugins uninstall myplugin
247
247
```
248
248
249
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/uninstall.ts ) _
249
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.24 /src/commands/plugins/uninstall.ts ) _
250
250
251
251
## ` esm2 plugins update `
252
252
@@ -264,5 +264,5 @@ DESCRIPTION
264
264
Update installed plugins.
265
265
```
266
266
267
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/update.ts ) _
267
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.24 /src/commands/plugins/update.ts ) _
268
268
<!-- commandsstop -->
0 commit comments