near / near-cli

General purpose command line tools for interacting with NEAR Protocol
https://docs.near.org
MIT License
193 stars 92 forks source link

fix: display warning on duplicated env vars #1109

Closed gagdiez closed 4 months ago

gagdiez commented 4 months ago

Address #1107

The near-cli now shows a warning:

Warning: NEAR_NETWORK and NEAR_ENV are both set! We will use NEAR_NETWORK (${process.env.NEAR_NETWORK})

gagdiez commented 4 months ago

addresses #1107