« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/upd8.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js
index c3934a4c..9f0b2dba 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -228,6 +228,8 @@ async function main() {
     'precache-data': {
       type: 'flag',
     },
+
+    [parseOptions.handleUnknown]: () => {},
   });
 
   const dataPath = cliOptions['data-path'] || process.env.HSMUSIC_DATA;