Skip to content

cli: accept /dev/stdin as input file on Linux

Rodrigo Muino Tomonari requested to merge github/fork/ebraminio/pipescript into master
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

cli

As mentioned above, tests will be added but for now, test it on Linux (macOS is OK) like this which with current version is broken:

make && echo "console.log(process.argv[2])" | ./node /dev/stdin --option-for-stdin-script

Merge request reports

Loading