diff --git a/bin/serve.js b/bin/serve.js index 930e597d..bb2e4ad4 100755 --- a/bin/serve.js +++ b/bin/serve.js @@ -58,7 +58,8 @@ const flags = args.parse(process.argv, { C: 'cors', S: 'silent', s: 'single', - u: 'unzipped' + u: 'unzipped', + n: 'no-clipboard' }, boolean: ['auth', 'cors', 'silent', 'single', 'unzipped', 'no-clipboard'] }