NomicFoundation / hardhat

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

[`v-next`] Rename `globalArgument` and `namedParameters` #5376

Closed alcuadrado closed 3 months ago

alcuadrado commented 3 months ago

When discussing the help messages with @zoeyTM, we found that the wording was a bit confusing, so we decided to rename "global arguments" to "global options", and "named parameters" to "task options".

Basically, --option vs positional parameter, depending on whether the argument is passed with -- or positionally.

We should rename these concepts in the codebase to be consistent.