From b326695455b7eec2c8479bcf6de0e50c879af902 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Wed, 15 May 2019 10:00:00 +0200 Subject: [PATCH] Add comment --- src/options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options.js b/src/options.js index 08cad52..252de18 100644 --- a/src/options.js +++ b/src/options.js @@ -33,6 +33,7 @@ const EXAMPLE_OPTS = { const addVerbose = function({ opts: { verbose, ...opts }, opts: { stdio } }) { if (!verbose) { + // The default value for `echo` must be added here, not in `DEFAULT_OPTS` return { echo: false, ...opts } }