You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you always have to specify a watcherTask argument to hardhat watch:
yarn hardhat watch <watcherTask>
It would be nice if a default key could be set in the watcher config to make this argument optional. In the (presumably common) case where only one watcherTask is configured, this would save having to type that argument, and it would also allow hardhat watch to make something sensible to happen without having to first check which watcherTasks are defined in the config.
The text was updated successfully, but these errors were encountered:
Currently you always have to specify a
watcherTask
argument tohardhat watch
:It would be nice if a
default
key could be set in thewatcher
config to make this argument optional. In the (presumably common) case where only onewatcherTask
is configured, this would save having to type that argument, and it would also allowhardhat watch
to make something sensible to happen without having to first check which watcherTasks are defined in the config.The text was updated successfully, but these errors were encountered: