NomicFoundation / hardhat

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

`version` task #5360

Closed kanej closed 1 month ago

kanej commented 1 month ago

A parameter to show the current version of Hardhat:

hardhat --version
# 3.0.0

Version is a global parameter. Its presence should short circuit all other commands

alcuadrado commented 1 month ago

Small clarification, this isn't technically a task