Commit 26c1d6c 1 parent 1deda23 commit 26c1d6c Copy full SHA for 26c1d6c
File tree 1 file changed +4
-4
lines changed
v-next/hardhat/src/internal
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const BUILTIN_GLOBAL_OPTIONS_DEFINITIONS: GlobalOptionDefinitions =
7
7
[
8
8
"config" ,
9
9
{
10
- pluginId : "hardhat " ,
10
+ pluginId : "builtin " ,
11
11
option : globalOption ( {
12
12
name : "config" ,
13
13
description : "A Hardhat config file." ,
@@ -19,7 +19,7 @@ export const BUILTIN_GLOBAL_OPTIONS_DEFINITIONS: GlobalOptionDefinitions =
19
19
[
20
20
"help" ,
21
21
{
22
- pluginId : "hardhat " ,
22
+ pluginId : "builtin " ,
23
23
option : globalOption ( {
24
24
name : "help" ,
25
25
description :
@@ -32,7 +32,7 @@ export const BUILTIN_GLOBAL_OPTIONS_DEFINITIONS: GlobalOptionDefinitions =
32
32
[
33
33
"showStackTraces" ,
34
34
{
35
- pluginId : "hardhat " ,
35
+ pluginId : "builtin " ,
36
36
option : globalOption ( {
37
37
name : "showStackTraces" ,
38
38
description : "Show stack traces (always enabled on CI servers)." ,
@@ -44,7 +44,7 @@ export const BUILTIN_GLOBAL_OPTIONS_DEFINITIONS: GlobalOptionDefinitions =
44
44
[
45
45
"version" ,
46
46
{
47
- pluginId : "hardhat " ,
47
+ pluginId : "builtin " ,
48
48
option : globalOption ( {
49
49
name : "version" ,
50
50
description : "Shows hardhat's version." ,
You can’t perform that action at this time.
0 commit comments