pash icon indicating copy to clipboard operation
pash copied to clipboard

Quoted commands aren’t recognized as being parallelizable

Open BolunThompson opened this issue 10 months ago • 3 comments

Example: "cat" "$0" | "tr" "A-Z" "a-z" isn’t parallelizable, but cat $0 | tr A-Z a-z is. Not a common scenario, but should be a simple fix (unless this is intended).

BolunThompson avatar Jan 03 '25 08:01 BolunThompson

It is not intended!

angelhof avatar Jan 05 '25 01:01 angelhof

@BolunThompson Are you working on this? I can create a PR to fix it if you aren't

kwakubiney avatar Jan 16 '25 19:01 kwakubiney

I’m not working on this!

BolunThompson avatar Jan 16 '25 21:01 BolunThompson