edf2csv 0.8.39 → 0.8.41

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/dist/cli.js CHANGED
@@ -567,6 +567,9 @@ export async function main(argv) {
567
567
  gzip: values['gzip'] === true,
568
568
  bom: values['bom'] === true,
569
569
  layout: optionalLayout(values['layout']),
570
+ // Read by the three plan warnings that name where their rows land, so `--info --stdout`
571
+ // says the same thing in its warnings as it does in its OUTPUT column.
572
+ toStdout,
570
573
  };
571
574
  // Validated before the --info branch, not inside the conversion path: a flag that
572
575
  // cannot be honoured is a usage error whatever mode it was given in, and accepting