We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75bcb87 commit d2e2f98Copy full SHA for d2e2f98
v-next/hardhat/test/internal/cli/main.ts
@@ -137,7 +137,7 @@ describe("main", function () {
137
assert.deepEqual(res.taskArguments, { flag: true });
138
});
139
140
- it("should throw because the parameter when set as bool (flag behavior) should not be followed by a bool value", function () {
+ it("should read the (optional )bool value after the parameter", function () {
141
const command = "npx hardhat task --flag false";
142
143
const cliArguments = command.split(" ").slice(2);
0 commit comments