@appthen/cli 1.1.26 → 1.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/main.js CHANGED
@@ -215,6 +215,7 @@ program
215
215
  .option('-c, --cwd <cwd>', 'specify the working directory', '.')
216
216
  .option('-q, --quiet', 'be quiet, do not output anything unless get error', false)
217
217
  .option('-vb, --verbose', 'be verbose, output more information', false)
218
+ .option('--nocheck', 'add @ts-nocheck to cloud function files', false)
218
219
  .action(function doSync(command) {
219
220
  var options = command?.opts?.() || {};
220
221
  if (options.cwd) {