NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7k stars 1.36k forks source link

Consider making all task options (FKA named arguments) optional #5419

Open alcuadrado opened 2 weeks ago

alcuadrado commented 2 weeks ago

During the review of https://github.com/NomicFoundation/hardhat/pull/5409, @zoeyTM and I discussed that maybe we should force all the task options to be optional, as their name implies.

It's unclear if we (or our users) ever used an --required-param <value> like this.