Open johnnychen94 opened 2 years ago
driver = "shell" command = "ls -l | wc -l"
should be transcripted to the pipeline version
run(pipeline(pipeline(`ls -l`), `wc -l`))
should be transcripted to the pipeline version