if (piping) {
      const chain = buildHelperChain(input, piping);
      globalCaptures.push(...chain.captures);
      input = chain.output;
    }