From da4376b40732a92cfcd47922aa719a4d703c25eb Mon Sep 17 00:00:00 2001 From: Evguenia degtiareva Date: Wed, 5 Jun 2019 18:00:43 -0700 Subject: [PATCH] Reenable strict mode so that shell gives helpful messages for unknown commands --- bin/near | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/near b/bin/near index 90a1bf76..81cd146e 100755 --- a/bin/near +++ b/bin/near @@ -109,6 +109,7 @@ const newProject = { let config = require('../get-config')(); yargs // eslint-disable-line + .strict() .option('nodeUrl', { desc: 'NEAR node URL', type: 'string',