We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0547023 commit 2bb689fCopy full SHA for 2bb689f
v-next/hardhat/src/internal/cli/help/utils.ts
@@ -68,9 +68,7 @@ export function parseOptions(task: Task): {
68
const options = [];
69
const positionalArguments = [];
70
71
- for (const [optionName, option] of task.options
72
- .entries()
73
- .filter(([, o]) => o.hidden !== true)) {
+ for (const [optionName, option] of task.options) {
74
if (option.hidden === true) {
75
continue;
76
}
0 commit comments