for await()

in src/cli.ts [31:33]


  for await (const chunk of process.stdin) {
    data += chunk;
  }